mardi 30 juin 2015


#include <stdio.h>

int main() {
    int x=5;
    printf("%d", printf("%d %d",x,x));
}

how is the output 5 53 can sum1 explain ? I tried myself and i think the ans should be 5 5 2


Aucun commentaire:

Enregistrer un commentaire