While(1)
{
}
when this loop get terminate is it a infinite loop?
Answer Posted / hemas
yes, it is infinite loop.
it will terminate after stack overflow occur.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
The file stdio.h, what does it contain?
What is a MAC Address?
What is the difference between union and anonymous union?
How do you list files in a directory?
Do character constants represent numerical values?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
What are extern variables in c?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
Why are algorithms important in c program?
When would you use a pointer to a function?
What is the scope of static variable in c?
How does #define work?
What is huge pointer in c?
What are pointers in C? Give an example where to illustrate their significance.