Pergunta de entrevista da empresa MathWorks

Can you perform arithmetic operations on void pointers?

Resposta da entrevista

Sigiloso

6 de fev. de 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)