Whether there can be main inside another main?If so how does
it work?
Answer Posted / namita
main()
{
main();
}
This code snippet will result in infinite loop.
| Is This Answer Correct ? | 43 Yes | 15 No |
Post New Answer View All Answers
What does stand for?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
how many key words availabel in c a) 28 b) 31 c) 32
What are data types in c language?
what does static variable mean?
Can include files be nested? How many levels deep can include files be nested?
What are pointers? What are stacks and queues?
When would you use a pointer to a function?
In which header file is the null macro defined?
What is a static variable in c?
What is sizeof int?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
What is the difference between pure virtual function and virtual function?
What is sizeof in c?
What is a struct c#?