This question already has an answer here:
Explain the output of this code:
#include <stdio.h> int main(void) { int I=5; int a = ++I + ++I + ++I; printf("%d", a); return 0; }
Aucun commentaire:
Enregistrer un commentaire