#include<stdio.h>
void stat(void);
main ()
{
int i;
for(i=1;i<=3; i++)
stat:
}
void stat(void)
{
static int x = 0;
x = x+1;
printf("%d"x);
}
Answers
Answered by
0
can play say your question
Similar questions