Whether there can be main inside another main?If so how does
it work?
Answer Posted / jagadish
main()
{
clrscr();
printf("");
getch();
}
| Is This Answer Correct ? | 5 Yes | 31 No |
Post New Answer View All Answers
what is a constant pointer in C
What do header files do?
What are structures and unions? State differencves between them.
Why do we use namespace feature?
Write a program to reverse a string.
Are pointers integers in c?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
What are formal parameters?
What is clrscr ()?
Why c is known as a mother language?
What are the types of operators in c?
Why is %d used in c?
What is n in c?
What is %d called in c?
Is main a keyword in c?