Is it possible to assign a pointer of type const int * to a pointer of type int *?
const int *
int *
If so is it also possible to assign a variable of type const int to a variable of type int?
const int
int
Aucun commentaire:
Enregistrer un commentaire