lundi 5 septembre 2016

What is the difference between *a=b and a=&b?

Given:

int **a; // (double pointer)
int *b;  //  (pointer)

Is there any difference between *a=b and a=&b?

Aucun commentaire:

Enregistrer un commentaire