Question d’entretien chez MathWorks

Can you perform arithmetic operations on void pointers?

Réponse à la question d'entretien

Utilisateur anonyme

6 févr. 2012

I think yes if you typecast it to a pointer type although you still cannot do pointer arithmetic on it (playing with addresses since you dont know what address it is pointing to)