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 |
Do you know what are pure virtual functions?
What is general form of pure virtual function? Explain?
How do you master coding?
What is function prototyping? What are its advantages?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
What is long in c++?
What is the use of turbo c++?
What is iterator in c++?
diff between pointer and reference in c++?
can anybody please tell me how to write a program in c++,without using semicolon(;)
Declare a class vehicle and make it an abstract data type.
When a function is made inline. Write the situation where inline functions may not work.