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 a wchar_t in c++?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Why do we use vector in c++?
Which operator cannot be overloaded c++?
Why do we use using namespace std in c++?
What should main() return in c and c++?
Are c and c++ similar?
What is a flag in c++?
What is do..while loops structure?
What is data structure in c++?
What is the use of string in c++?
What is the output of the following program? Why?
What is constructor and destructor in c++?
What is a list c++?
What is c++ namespace?