You are on page 1of 2

0uFSTl0t 8.4 _ Output of the program ?

#incIude<stdio.h>
#incIude<conio.h>
void main()
{
static int count=5;
cIrscr();
printf("\n count = %d",count--);
if(count!=0)
main();
getch();
}




OU97U9

ooaae = 5

ooaae = 4

ooaae = 3

ooaae = 2

ooaae = I

You might also like