Whether there can be main inside another main?If so how does
it work?
Answer Posted / arun
we can main() inside main() it will work as like as
recursive funtion and it would like a infinate loop
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What does *p++ do? What does it point to?
What is the difference between arrays and pointers?
Why is #define used?
What is the scope of an external variable in c?
How do you search data in a data file using random access method?
What are static variables in c?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
What is union in c?
What are global variables and explain how do you declare them?
What is meant by int main ()?
What is graph in c?
Who is the main contributor in designing the c language after dennis ritchie?
What are types of functions?