Whether there can be main inside another main?If so how does
it work?

Answer Posted / guest

nested main

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the function toupper() do?

658


What are keywords c?

603


Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

647


What are variables c?

622


Why does this code crash?

621






Explain what does a function declared as pascal do differently?

642


What is external variable in c?

614


Which is the memory area not included in C program? give the reason

1509


Explain pointer. What are function pointers in C?

629


Why ca not I do something like this?

588


How can you return multiple values from a function?

634


please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics

2861


What is indirection?

653


Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

647


Explain how do you override a defined macro?

589