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 / vennila
*
**
***
****
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is ## preprocessor operator in c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
How can you allocate arrays or structures bigger than 64K?
What is sizeof array in c?
What type is sizeof?
What is conio h in c?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
Where is volatile variable stored?
What are the different data types in C?
How can I dynamically allocate arrays?
find the sum of two matrices and WAP for it.
Why isn't any of this standardized in c? Any real program has to do some of these things.
Add Two Numbers Without Using the Addition Operator
What is malloc return c?
Explain what happens if you free a pointer twice?