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
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
Explain the use of 'auto' keyword in c programming?
What is call by reference in functions?
What is uint8 in c?
What are reserved words?
Is void a keyword in c?
Do you know null pointer?
Is javascript written in c?
What is c language and why we use it?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
Do string constants represent numerical values?
Is c# a good language?
What is the scope of an external variable in c?
What is the use of sizeof () in c?
What are the key features in c programming language?