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
diff between exptected result and requirement?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
What is string concatenation in c?
Why static is used in c?
Which is an example of a structural homology?
What is anagram in c?
I need a sort of an approximate strcmp routine?
What is the use of getchar() function?
Explain what are bus errors, memory faults, and core dumps?
What is an expression?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
Give the rules for variable declaration?
Why functions are used in c?
Write a program to print ASCII code for a given digit.
What is the use of parallelize in spark?