What is an opaque pointer?



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

Post New Answer

More C++ General Interview Questions

What is a base class?

0 Answers  


Why should you learn c++?

0 Answers  


Write about c++ storage classes?

0 Answers  


Is it possible for the objects to read and write themselves?

0 Answers  


What are pointer-to-members in C++? Give their syntax.

0 Answers   HAL,






What is late binding c++?

0 Answers  


What are static and dynamic type checking?

0 Answers  


What are the rules about using an underscore in a c++ identifier?

0 Answers  


What data encapsulation is in c++?

0 Answers  


Do the names of parameters have to agree in the prototype, definition, and call to the function?

0 Answers  


What is the Difference between "C structure" and "C++ structure"?

12 Answers  


What does floor mean in c++?

0 Answers  


Categories