What is a far pointer? where we use it?
No Answer is Posted For this Question
Be the First to Post Answer
Who invented turbo c++?
How is static data member similar to a global variable?
How would you use the functions sin(), pow(), sqrt()?
What are formatting flags in ios class?
What is difference between class and structure in c++?
What is this pointer in c++?
class Foo { const int x; protected: Foo(int f); ~Foo(); }; Foo f; Referring to the sample code above, why will the class declaration not compile? a) The variable x is const. b) The destructor is protected. c) The destructor is not public. d) The constructor is protected. e) There is no default constructor.
What are the implicit member functions of class?
Can you use the function fprintf() to display the output on the screen?
Write about all the implicit member functions of a class?
Explain the isa and hasa class relationships. How would you implement each?
Evaulate: 22%5 a) 2 b) 4 c) 0