main()
{
static int ivar=5;
printf("%d",ivar--);
if(ivar)
main();
}

Answer Posted / suresh kallam

4 3 2 1 0

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How macro execution is faster than function ?

660


What are global variables and explain how do you declare them?

567


Whats s or c mean?

589


how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

1487


Is int a keyword in c?

552






What are the 32 keywords in c?

625


What is the difference between far and near in c?

595


What is spark map function?

578


i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical

1836


What is variable and explain rules to declare variable in c?

547


What is a keyword?

740


What is the difference between text files and binary files?

669


swap 2 numbers without using third variable?

656


Can we change the value of constant variable in c?

566


Function calling procedures? and their differences? Why should one go for Call by Reference?

629