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
what are bit fields? What is the use of bit fields in a structure declaration?
how to create duplicate link list using C???
How to get string length of given string in c?
What are the types of assignment statements?
What are the usage of pointer in c?
What does p mean in physics?
What are the different types of control structures?
What is the use of printf() and scanf() functions?
What is the condition that is applied with ?: Operator?
how to construct a simulator keeping the logical boolean gates in c
Are negative numbers true in c?
How many levels deep can include files be nested?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Write the test cases for checking a variable having value in range -10.0 to +10.0?
How can a program be made to print the name of a source file where an error occurs?