You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//printf("%d\n", **(tab + 1)); // gcc fait automatiquement +1 au niveau de l'adresse au lieu de +1 bit (donc passe au int suivant au lieu d'avancer d'un bit)