What is an opaque pointer?
Answer / 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 |
How compile and run c++ program in turbo c++?
Describe run-time type identification?
Explain the operation of overloading of an assignment operator.
What are friend functions in C++?
Is rust better than c++?
What are pointer-to-members? Explain.
What are the vectors in c++?
Is map sorted c++?
How much is c++ certification?
What is null c++?
What is exception handling in C++?
You run a shell on unix system. How would you tell which shell are you running?