what will be the output of this program
main()
{
int i=1;
while (i<=10);
{
i++;
}
}
Answer Posted / durgesh
Infinite Loop...
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the use of pragma in embedded c?
What are loops c?
What is a wrapper function in c?
Give the rules for variable declaration?
What is string function in c?
List a few unconditional control statement in c.
Why is c still so popular?
What is this infamous null pointer, anyway?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
Is there a way to jump out of a function or functions?
How can I find the modification date of a file?
swap 2 numbers without using third variable?
Can the sizeof operator be used to tell the size of an array passed to a function?
Can a pointer point to null?
What does the function toupper() do?