deCarta interview question

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

Interview Answer

Anonymous

11 Aug 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.