Sail E0 Webinar
Question
Determine output of the following program code.
#include
void main()
{
int a, b=7;
a = b1 : a;
printf("%d %d", a, b);
}
Options:
A .  3 7
B .  7 3
C .  8 3
D .  3 8
E .  None of these
Answer: Option D

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

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

Latest Videos

Latest Test Papers