recategorized by
1,777 views

1 Answer

1 votes
1 votes
printf (“%d”,10 ? (0? 5: 1 ): 12)

Zero means false and non-zero means the true and innermost query is evaluated first.

Option $(D)$ is correct.
edited by

Related questions

0 votes
0 votes
1 answer
1
makhdoom ghaya asked Sep 15, 2016
2,565 views
What will be the output of the following c-code?void main () { char *p= "ayqm"; char c; c=++*p; printf ("%c" , c); }$a$$c$ $b$$q$
1 votes
1 votes
1 answer
2
0 votes
0 votes
0 answers
3
1 votes
1 votes
1 answer
4
makhdoom ghaya asked Sep 16, 2016
1,875 views
At any given time Parallel Virtual Machine (PVM) has _______ send buffer and ________ receive buffer.One-oneOne-twoTwo-twoTwo-one