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
What are the key features in c programming language?
What is a pointer value and address in c?
What is the use of gets and puts?
program to convert a integer to string in c language'
What is n in c?
What are the storage classes in C?
Explain the properties of union. What is the size of a union variable
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
What is a buffer in c?
What is the difference between formatted&unformatted i/o functions?
Why is c called c?
How can I dynamically allocate arrays?
How do you print only part of a string?
How can my program discover the complete pathname to the executable from which it was invoked?