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 difference between class and structure in c++?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
What language does google use?
Is c++ vector dynamic?
What should main() return in c and c++?
How will you call C functions from C ++ and vice-versa?
Write a note about the virtual member function?
How do I write a c++ program?
How would you obtain segment and offset addresses from a far address of a memory location?
What is the return value of the insertion operator?
What is the role of C++ shorthand's?
Is rust better than c++?
How do you clear a buffer in c++?
What is the difference between a reference and a pointer?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;