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

well done examians
None of these
complier error
examians

ANSWER DOWNLOAD EXAMIANS APP

C Programming
C preprocessor

Takes care of macros
Takes care of include files
All of these
Takes care of conditional compilation
Acts before compilation

ANSWER DOWNLOAD EXAMIANS APP