main() { static int num=8; printf("%d",num=num-2); if(num!=0) main(); }
Answer & Explanation Option: [C]