C Programming
What will be the output of the program ?#include#includevoid main(){ char str[] = "Exam\0Veda"; printf("%s", str);}
None of these
void fun(int p[][4]){}
void fun(int *p[3][4]){}
void fun(int *p[4]){}
void fun(int *p[][4]){}
ANSWER
DOWNLOAD EXAMIANS APP
↑