What would be the output of the given code?
int main()
{
int a 5, b, c ;
b
a 15;
if(a)=b && c<=b)
printf ( "a = %d b = %d c = %d", a, b, c);
return 0;
153
}
a=15 b=15 c=15
a=15 b=15 c=1
a=15 b=15 C=0
Compilation error
Answers
Answered by
8
Answer:
int a 5, b, c ;
b
a 15;
if(a)=b && c<=b)
printf ( "a = %d b = %d c = %d", a, b, c);
return 0;
153
}
a=15 b=15 c=15
a=15 b=15 c=1
a=15 b=15 C=0
Compilation error
Answered by
0
Answer:
I am giving some free inbox powers to 10 of my followers... to join the contest, you need to FOLLOW me and mark me BRAINLIEST... then your name will me be fed in the list... May be you are one of those people who will be getting the free inbox power....
MARK AS BRAINLIEST AND FOLLOW FOR INBOX POWER... Moderator Vartika here...
Read my bio
Thanks = advantage in contest
Similar questions