is question ka solution mujhe samajh nhi aa rha hai please explane me. #include<stdio.h> void main(){ int x=1โฆ
tkumar
is question ka solution mujhe samajh nhi aa rha hai please explane me.
#include<stdio.h>
void main(){
int x=1;
if(x--)
printf("The Godfather");
--x;
else
printf("%d",x);
}