Pergunta de entrevista da empresa Supremology

What is Void Pointer in Embedded C and why is it used?

Resposta da entrevista

Sigiloso

9 de set. de 2024

Void pointers are those pointers that point to a variable of any type. It is a generic pointer as it is not dependent on any of the inbuilt or user-defined data types while referencing. During dereferencing of the pointer, we require the correct data type to which the data needs to be dereferenced.