Se ho questo codice: codice: int j; int j+=10; avrò un undefined behavior?
int j; int j+=10;
Regole del Forum