dimanche 26 juillet 2020

Is " i += arr[i++] " undefined behavior or not? [duplicate]

Is the below code undefined behavior in c++11 ? My feeling it's not

i += arr[i++]

Aucun commentaire:

Enregistrer un commentaire