MathWorks interview question

Can you perform arithmetic operations on void pointers?

Interview Answer

Anonymous

Feb 6, 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)