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 |
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
What are 'near' and 'far' pointers?
YBJBU6
what is event driven software and what is procedural driven software?
why little endian and big endian came?y they using differently? y they not used commonly ?wt is application of little and big ?
whenever a question is posted in a particular category in allinterview.com, Is there any facility to receive an indication mail. For eg: I need to receive an indication email, whenever a question is posted under the category “C Langauage”.
What is array of structure in c programming?
main() { char *p; p="Hello"; printf("%c\n",*&*p); }
Explain setjmp()?
Write a code to generate divisors of an integer?
what are threads ? why they are called light weight processes ? what is the relation between process and threads ?