Give output | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Give output

void main { int i=4,z; z=i++ + ++i + ++i;

14th Oct 2017, 11:46 AM
Ankur Mishra
Ankur Mishra - avatar
1 Resposta
+ 3
Depending on the language and compiler (C++), the output will most likely be 17. 6 + 6 + 5
14th Oct 2017, 12:03 PM
ChaoticDawg
ChaoticDawg - avatar