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 do you clear a map in c++?
What is the difference between static global and global ?
const char * char * const What is the differnce between the above two?
What is the header file for setw?
How are Structure passing and returning implemented by the compiler?
Explain how a pointer to function can be declared in C++?
What is data type in c++?
Have you used MSVC? What do you think of it?
What is a hashmap c++?
Can we delete this pointer in c++?
What is the limitation of cin while taking input for character array?
What's the hardest coding language?