Sail E0 Webinar
Question
What will be the output of the given program?
#include
void main()
{
int a=11,b=5;
if(a=5) b++;
printf("%d %d", ++a, b++);
}
Options:
A .  12 7
B .  5 6
C .  6 6
D .  6 7
E .  11 6
Answer: Option C

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