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 is a null pointer in c?
what is bit rate & baud rate? plz give wave forms
What are global variables and explain how do you declare them?
What is function definition in c?
Can you write a programmer for FACTORIAL using recursion?
hi any body pls give me company name interview conduct "c" language only
What does do in c?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Explain how can you avoid including a header more than once?
Is c is a procedural language?
formula to convert 2500mmh2o into m3/hr
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
Why we use stdio h in c?
What is omp_num_threads?