Coding Hindi

Find the Output :

int main(){
static int x = 2;
printf("%d", x);
if (x--){
main();
}
return 0;
}

2 years ago | [YT] | 1