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
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Suggesting that there can be 62 seconds in a minute?
What are volatile variables in c?
What is the code for 3 questions and answer check in VisualBasic.Net?
What language is windows 1.0 written?
What is hashing in c?
what is stack , heap ,code segment,and data segment
Which is better between malloc and calloc?
Explain how can I prevent another program from modifying part of a file that I am modifying?
Explain threaded binary trees?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
What is a rvalue?
What is c mainly used for?
What's the difference between constant char *p and char * constant p?
What is wild pointer in c with example?