While(1)
{
}
when this loop get terminate is it a infinite loop?
Answers were Sorted based on User's Feedback
Answer / senthilmanikandan
It is finite loop...
if loop reaches Stack Overflow then it will automatically
terminated....
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / hemas
yes, it is infinite loop.
it will terminate after stack overflow occur.
| Is This Answer Correct ? | 2 Yes | 0 No |
how to use virual function in real time example
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
what is the use of pointers
I need a sort of an approximate strcmp routine?
Why string is used in c?
WHAT IS PRE POSSESSORS?
Write a program to show the workingof auto variable.
What are qualifiers in c?
how to write palindrome program?
Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
Write a code of a general series where the next element is the sum of last k terms.