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 |
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
What is main function in c?
Tell us bitwise shift operators?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
How can I write a function analogous to scanf?
What are the types of data structures in c?
What are the types of functions in c?
How can I convert integers to binary or hexadecimal?
How does free() know explain how much memory to release?
write a program to find out number of on bits in a number?
What will be the outcome of the following conditional statement if the value of variable s is 10?
How to access or modify the const variable in c ?
16 Answers HCL, HP,