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 / rekha
It will print 0 to 127
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
Explain what is the use of a semicolon (;) at the end of every program statement?
What are reserved words?
Define Array of pointers.
What is the benefit of using an enum rather than a #define constant?
What is ## preprocessor operator in c?
Which is best book for data structures in c?
Where can I get an ansi-compatible lint?
Write a program for Overriding.
What is a keyword?
What Is The Difference Between Null And Void Pointer?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
What is the mean of function?
What is a buffer in c?
What are different types of pointers?