vendredi 15 juin 2018

The answer is 22 how it workss [duplicate]

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