dimanche 17 décembre 2017

Assignment of const pointer to pointer in C++

Is it possible to assign a pointer of type const int * to a pointer of type int *?

If so is it also possible to assign a variable of type const int to a variable of type int?

Aucun commentaire:

Enregistrer un commentaire