Whether there can be main inside another main?If so how does
it work?
Answer Posted / shiva
main()
{
printf("main()");
}
| Is This Answer Correct ? | 39 Yes | 19 No |
Post New Answer View All Answers
Differentiate between Macro and ordinary definition.
What is the difference between array and pointer in c?
What’s a signal? Explain what do I use signals for?
How do you define structure?
What is a static variable in c?
What are the keywords in c?
What is union in c?
What is the difference between strcpy() and memcpy() function in c programming?
What is variable initialization and why is it important?
Define C in your own Language.
What is typedef example?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
Which is best linux os?
What are the 4 types of functions?
What is the difference between malloc() and calloc() function in c language?