#include
INT main
{
INT d,a=1,b=2;
d=a++ + ++b;
printf("%d %d %d",d,a,b);
What is the output of d,a,b?
Aucun commentaire:
Enregistrer un commentaire