422 views
0 votes
0 votes

What is the output??

1 Answer

0 votes
0 votes
Anser is 111 (111 is because inside the printf statement sizeof get some integer value  so that its return 1 (true) value ) and %%(Here if put %% it will print single % )
edited by

Related questions

1 votes
1 votes
2 answers
2
Parimal Paritosh asked Feb 6, 2019
932 views
int main(){float sum, i = 1.0, j = 2.0;while (i/j 0.0625){j = j + j;printf("%f", i+j);}}The number of times printf statement is executed is:
0 votes
0 votes
1 answer
3
saumya mishra asked May 15, 2018
1,145 views
What is the output???
–1 votes
–1 votes
0 answers
4
saumya mishra asked May 15, 2018
160 views