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 |
What is the output of the following program? Why?
What is the difference between a declaration and a definition?
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().
Define whitespace in C++.
How to avoid a class from instantiation?
Which one is better- macro or function?
Which software is best for programming?
What is abstract keyword in c++?
What is constructor c++?
What is the default width for ouputting a long integer using the insertion operator?
What is null and void pointer?
Floating point representation and output seems to be compiler dependent?