Pergunta de entrevista da empresa deCarta

How to define a structure which the caller cannot get the detailed data structure internal?

Resposta da entrevista

Sigiloso

11 de ago. de 2010

"void *" is OK. But the best answer is "to define a point which points to a structure" which helps compiler to check the type.