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

Answer Posted / sindhujah

4

Is This Answer Correct ?    3 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a pointer point to null?

589


Can you please explain the scope of static variables?

602


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

594


how logic is used

1502


What is f'n in math?

621






Is file a keyword in c?

503


What is meant by operator precedence?

678


can any one tel me wt is the question pattern for NIC exam

1558


Can we initialize extern variable in c?

634


What is c token?

611


What is getch?

633


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

729


In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none

720


What is meant by type casting?

629


Can you write the algorithm for Queue?

1554