www.thecareerplus.com
The CareerPlus
Home Technical Resources Programming Arrays and Pointers
Wednesday 08th September 2010
 
 
What is an opaque pointer?

Discuss it!          



A pointer is said to be opaque if the definition of the type to which it points to
is not included in the current translation unit. A translation unit is the result
of merging an implementation file with all its headers and header files.

Discuss it!          

CrackTheIntervew.NET
Advertisement
 
Top! Top!