C Programming
What will be the output of the program ?#include#includevoid main(){ char str[] = "Exam\0Veda"; printf("%s", str);}

None of these
Exam\0Veda
Exam
Exam Veda
Veda

ANSWER DOWNLOAD EXAMIANS APP