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

What is the purpose of void pointer?

599


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

629


How will you find a duplicate number in a array without negating the nos ?

1648


What does static variable mean in c?

653


What will the preprocessor do for a program?

592






1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

3143


Write program to remove duplicate in an array?

601


What is difference between main and void main?

630


What are type modifiers in c?

623


What are pointers really good for, anyway?

617


What are the functions to open and close file in c language?

729


#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

717


What is the difference between arrays and pointers?

634


What is wild pointer in c with example?

575


What is abstract data structure in c?

529