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 does the nocreate and noreplace flag ensure when they are used for opening a file?

0 Answers  


Give 10 points of differences between C & C++.

0 Answers   HCL,


What is a reference in C++?

1 Answers  


What is a loop? What are different types of loops in c++?

0 Answers  


What are the advantages of C++ programming compared to C programming?

2 Answers   HAL,






Is map sorted c++?

0 Answers  


Write about the access privileges in c++ and also mention about its default access level?

0 Answers  


Does c++ have string data type?

0 Answers  


what are the iterator and generic algorithms.

0 Answers  


What is static in c++?

0 Answers  


Is C++ case sensitive a) False b) Depends on implementation c) True

0 Answers  


Why preincrement operator is faster than postincrement?

5 Answers  


Categories