Can somone please explain me this and maybe put in if format?
#include <stdio.h> #include <stdlib.h> int main() { int a=0, b=1, c=3; *((a) ? &b : &a) = a ? b : c; return 0; }
Aucun commentaire:
Enregistrer un commentaire