450 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

0 votes
0 votes
1 answer
1
1 votes
1 votes
2 answers
3
Parimal Paritosh asked Feb 6, 2019
983 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
4
saumya mishra asked May 15, 2018
1,203 views
What is the output???