what will be the output of this program
main()
{
int i=1;
while (i<=10);
{
i++;
}
}
Answer Posted / pervinder sing dinghra
infine loop
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Why we not create function inside function.
Is c weakly typed?
c program to compute AREA under integral
Can we assign string to char pointer?
Write a simple code fragment that will check if a number is positive or negative.
What is the heap?
What are external variables in c?
What is wrong with this statement? Myname = 'robin';
a program that can input number of records and can view it again the record
How a string is stored in c?
What is clrscr ()?
What is wild pointer in c with example?
Why is structure important for a child?
how to create duplicate link list using C???
Are the outer parentheses in return statements really optional?