What is the output of the program given below
#include<stdio.h>
main()
{
char i=0;
for(;i>=0;i++) ;
printf("%d\n",i);
}
Answer Posted / gautam
0 to 127
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
Explain what’s a signal? Explain what do I use signals for?
What does printf does?
I came across some code that puts a (void) cast before each call to printf. Why?
What tq means in chat?
application attempts to perform an operation?
What are Macros? What are its advantages and disadvantages?
What is infinite loop?
Is there a way to jump out of a function or functions?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
Wt are the Buses in C Language
What is stack in c?
What is string length in c?
Explain what is wrong with this program statement? Void = 10;
What is void main ()?
Explain the difference between strcpy() and memcpy() function?