0
About the use of printf in C++.
int a=-1; printf(''%d'', sizeof(a)); printf(''%d'', abs(a)); // can this line run well like the sec line?
1 Resposta
+ 3
you could've put the code into a compiler to save everyone time and find out yourself within a span of 3 seconds that yes, it does work.