Discussion Forum : Control Structures
Question - What will be the output of given program?
#include
void main()
{
int a=1;
if("%d=hello", a);
}
Options:
A .  complier error
B .  no error no output
C .  0
D .  1
Answer: Option B

Submit Your Solution Below and Earn Points !
Next Question
Submit Your Solution hear:

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