Is main() is used in the program,,see below example?
void main()
{
int i;
for(i=0;i<10;i++)
main();
}
Then what is the output of the program?
Answer Posted / harshitha
the loop will be repeated for 10 times
| Is This Answer Correct ? | 2 Yes | 12 No |
Post New Answer View All Answers
What is the benefit of using an enum rather than a #define constant?
Write a program to check whether a number is prime or not using c?
what is the height of tree if leaf node is at level 3. please explain
What is the difference between array and pointer in c?
Differentiate between full, complete & perfect binary trees.
What is c variable?
Differentiate between the = symbol and == symbol?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
What is external variable in c?
What are # preprocessor operator in c?
c program to compute AREA under integral
Why header files are used?
What does p mean in physics?
What do you mean by keywords in c?
What are the different types of errors?