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


Please Help Members By Posting Answers For Below Questions

What type of function is main ()?

581


What is a substring in c?

583


What is the difference between functions getch() and getche()?

613


How do shell structures work?

563


5 Write an Algorithm to find the maximum and minimum items in a set of ā€˜nā€™ element.

1576






what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

1896


Difference between macros and inline functions? Can a function be forced as inline?

704


in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above

630


How can I handle floating-point exceptions gracefully?

631


What is a char in c?

552


How can I swap two values without using a temporary?

610


What is assignment operator?

620


What are the advantages of using Unions?

642


What is array in c with example?

610


Explain how to reverse singly link list.

603