Given:
int **a; // (double pointer) int *b; // (pointer)
Is there any difference between *a=b and a=&b?
*a=b
a=&b
Aucun commentaire:
Enregistrer un commentaire