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 / hari
it will go into an infinite loop.
cheers !!!
for further queries and discussions, just check these out !!!
http://forum.campusmaniac.com/
http://www.campusmaniac.com/
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
Do you have any idea about the use of "auto" keyword?
using for loop sum 2 number of any 4 digit number in c language
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
What is %lu in c?
What is a pragma?
What is modifier & how many types of modifiers available in c?
What is an auto keyword in c?
What happens if header file is included twice?
Explain how do you override a defined macro?
What is difference between arrays and pointers?
What are different types of pointers?
How to draw the flowchart for structure programs?
Difference between exit() and _exit() function?