+ 1
Printf (4+"sololearn"); ... Explain
printf(4+"sololearn"); gives op - learn why? How?
1 Resposta
+ 3
Similar question. You can have a look at it:
https://stackoverflow.com/questions/6511917/printf-abcd-printfabcd-1
It doesn't matter if add an int first or last the result will be same.
same result:
printf("sololearn"+4);