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 are namespaces in c++?
What does new in c++ do?
Explain terminate() function?
What c++ is used for?
What is an overflow error?
Can you pass an array to a function in c++?
How can you tell what shell you are running on unix system?
What is a catch statement?
Write a program which uses Command Line Arguments
Explain mutable storage class specifier.
What do you mean by function pointer?
Explain how to initialize a const data member.
What can I safely assume about the initial values of variables which are not explicitly initialized?
How many standards of c++ are there?
what is upcasting in C++?