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

Exam Veda
Veda
Exam
Exam\0Veda
None of these

ANSWER DOWNLOAD EXAMIANS APP