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 / kalyan chukka
Loop will Repeated 10 times .in this program main function
is called it self 10 times.So the loop will repeated 10 times
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
in iso what are the common technological language?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
What is p in text message?
What does the characters “r” and “w” mean when writing programs that will make use of files?
Explain how do you declare an array that will hold more than 64kb of data?
show how link list can be used to repersent the following polynomial i) 5x+2
Tell me is null always defined as 0(zero)?
What is a static function in c?
What functions are in conio h?
What is the stack in c?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
Why double pointer is used in c?
how to write a c program to print list of fruits in alpabetical order?
regarding pointers concept
What do you mean by command line argument?