✪ Choose the correct option.
#include
int main(){
int i;
printf("happy new year");
for(i=1;i<=10;i++)
main();
}
#include
int main(){
int i;
printf("happy new year");
for(i=1;i<=10;i++)
main();
}
#include <stdio.h>
int mai

✪ Choose the correct option.
#include
int main(){
int i;
printf("happy new year");
for(i=1;i<=10;i++)
main();
}