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 |
Write a C++ program to sort digits of all the 4 digit number and display the sorted 4 digit number
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
Is java a c++?
What is abstraction in c++ with example?
Explain what are mutator methods in c++?
Can I learn c++ without knowing c?
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
what is the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.
How one would use switch in a program?
What is class invariant in c++?
Explain binary search.
how to explain our contribution in the project?