Pregunta de entrevista de MathWorks

Can you perform arithmetic operations on void pointers?

Respuesta de la entrevista

Anónimo

6 feb 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)