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
What is this weird colon-member (" : ") syntax in the constructor?
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
Describe linkages and types of linkages?
What is an undefined behavior and sequence points
What is the this pointer?
What is split a string in c++?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
Can a class be static in c++?
Why is c++ still used?
What is c++ map?
What is the extraction operator and what does it do?
Briefly describe a B+ tree. What is bulk loading in it?
what is upcasting in C++?
Array base access faster or pointer base access is faster?
What is polymorphism and its type in c++?