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
How do you override a defined macro?
What are the 5 types of organizational structures?
What is meant by int main ()?
Does c have an equivalent to pascals with statement?
What is double pointer in c?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
Write a program of prime number using recursion.
What is the difference between pure virtual function and virtual function?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
Do array subscripts always start with zero?
What is the purpose of main() function?
What is main return c?
What is #include stdlib h?
what is a function method?give example?
What does the file stdio.h contain?