0
If(c=(printf("my name is"))==1){ return 0; }else { return c;}
why the output is going on in else part.? can anyone please describe it?
2 Respostas
+ 4
printf return the number of characters that was impresed, so printf("my name is") its different than 1.
0
thank you:)