#include <stdio.h> void main() { static int n; if (n++ < 5) main(); }
main is called twice
Previous Question Next Question
Your comments will be displayed only after manual approval.