Whether there can be main inside another main?If so how does
it work?
Answer Posted / kasthurimangai.v
main()
{
printf("main()");
}
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
what is the significance of static storage class specifier?
Write a program to print factorial of given number without using recursion?
Explain what is wrong with this program statement?
Explain what is the benefit of using an enum rather than a #define constant?
How old is c programming language?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
What is floating point constants?
What is chain pointer in c?
Is c is a low level language?
How to explain the final year project as a fresher please answer with sample project
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
What is %s and %d in c?
What is a program flowchart and explain how does it help in writing a program?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What is extern storage class in c?