Sail E0 Webinar
Question
What will be the output of the given program?
#include
void main()
{
int value=0;
if(value)
printf("well done ");
printf("examveda");
}
Options:
A .  well done examveda
B .  examveda
C .  complier error
D .  None of these
Answer: Option B

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

More Questions on This Topic :


Latest Videos

Latest Test Papers