What is the output of the following C program?
1 2 3 4 5 6 7 8 9 10 11 12 13 |
|
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
printf() function in C returns how many character you print. In above case we don't print any character so our if condition is false so our program will print 1.(which is in false condition)