void main() { static int i=5; if(–i){ main(); printf(“%d “,i); } }

void main() { static int i=5; if(–i){ main(); printf(“%d “,i); } }