0
My program is not happening!!! :'(
i wrote, x=2 print (''x'') and its output is, syntax error, x is not defined, help pls
1 Odpowiedź
0
int x=2;
printf("%d",x);
i wrote, x=2 print (''x'') and its output is, syntax error, x is not defined, help pls