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 the difference between fread buffer() and fwrite buffer()?
What would be an example of a structure analogous to structure c?
Why are all header files not declared in every c program?
C language questions for civil engineering
What is null pointer constant?
Are pointers really faster than arrays?
Explain how can type-insensitive macros be created?
Is a house a shell structure?
What is register variable in c language?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
What are categories used for in c?
What is keyword with example?
Explain do array subscripts always start with zero?
What is modifier & how many types of modifiers available in c?
Does free set pointer to null?