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++?
How would you obtain segment and offset addresses from a far address of a memory location?
What is the precedence when there is a global variable and a local variable in the program with the same name?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
Is oops and c++ same?
If all is successful, what should main return a) 0 b) 1 c) void
Explain queue. How it can be implemented?
If I is an integer variable, which is faster ++i or i++?
What is scope resolution operator in c++ with example?
What is while loops?
What is constructor and destructor in c++?
What do you mean by overhead in c++?
Define pure virtual function?
What is an iterator class in c++?
What are the differences between new and malloc?