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 |
Explain working of printf?
Is there any difference between int [] a and int a [] in c++?
What is scope of a variable? (LOLZ)
how many trys can we write in one class
What are the static members and static member functions?
Differentiate between a constructor and a destructor in c++.
sizeof - is it a function or operator?
How do I make turbo c++ full screen?
What is OOPs
Can I create my own functions in c++?
What is c++ hiding?
What is expression parser in c++