main()
{
int a=500, b=100, c;
if(!a>=400)
b=300; c=200;
printf("b=%d c=%d", b,c);
}
a. b=300 c=200
b. b=100 c=garbage
c. b=300 c=garbage
d. b=100 c=200
a b c d
Learn C programming skills, test your c skill. C Interview questions.
No comments:
Post a Comment