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

Exam
Veda
None of these
Exam Veda
Exam\0Veda

ANSWER DOWNLOAD EXAMIANS APP