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
Can a variable be both constant and volatile?
What are different types of pointers?
what is the syallabus of computer science students in group- 1?
Describe the modifier in c?
How do you write a program which produces its own source code as output?
Explain how do you view the path?
How macro execution is faster than function ?
What is getch () for?
How can I manipulate strings of multibyte characters?
praagnovation
Do pointers need to be initialized?
What is the difference between fread buffer() and fwrite buffer()?
What is quick sort in c?
What is the explanation for the dangling pointer in c?
Explain is it better to bitshift a value than to multiply by 2?