1.

What will be the output of the given program?#includevoid main(){int value=0;if(value)printf("well done ");printf("examveda");}

A. ell doneexamveda
B. xamveda
C. omplier error
D. one of these
Answer» C. omplier error


Discussion

No Comment Found