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
What are disadvantages of C language.
How many keywords (reserve words) are in c?
What is sizeof int in c?
Define Array of pointers.
What are pointers?
What does calloc stand for?
What does s c mean in text?
What is the purpose of scanf() and printf() functions?
Explain what is meant by 'bit masking'?
What do the functions atoi(), itoa() and gcvt() do?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
Can the “if” function be used in comparing strings?
Define circular linked list.
Between macros and functions,which is better to use and why?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402