While(1)
{
}
when this loop get terminate is it a infinite loop?
Answer Posted / senthilmanikandan
It is finite loop...
if loop reaches Stack Overflow then it will automatically
terminated....
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Is this program statement valid? INT = 10.50;
What is #include stdlib h?
How can I read data from data files with particular formats?
write a program to rearrange the array such way that all even elements should come first and next come odd
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
what are the advantages of a macro over a function?
Do you have any idea about the use of "auto" keyword?
How do you print an address?
What is wrong in this statement?
How to create struct variables?
Write a Program to accept different goods with the number, price and date of purchase and display them
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What do you mean by recursion in c?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What are structure types in C?