What is an opaque pointer?
Answer / ritesh pal
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.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is facebook written in c++?
What is abstraction in c++ with example?
Can we have "Virtual Constructors"?
What is general format for a prototype?
What is a class template in c++?
How many storage classes are available in C++?
What is a mutable member?
How can an improvement in the quality of software be done by try/catch/throw?
What can c++ be used for?
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
Difference between inline functions and macros?
What is the difference between a definition and a declaration?