Give output | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antwort
+ 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