Answer Posted / 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 View All Answers
Why do we need c++?
Is vector a class in c++?
Write about the use of the virtual destructor?
Is c++ proprietary?
Describe the syntax of single inheritance in C++?
Please explain the reference variable in c++?
What are dynamic type checking?
Explain virtual destructor?
What are proxy objects in c++?
Explain binary search.
What is math h in c++?
Why do we use double in c++?
daily Routine of father
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
What is a manipulator in c++?