What is near, far and huge pointers? How many bytes are occupied by them?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()

0 Answers  


What do you mean by inheritance in c++?

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;

2 Answers  


How can a '::' operator be used as unary operator?

1 Answers  


Write about the members that a derived class can add?

0 Answers  






Define a pointer to a data member of the type pointer to pointer?

0 Answers  


What are files in c++?

0 Answers  


What is an arraylist c++?

0 Answers  


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.

5 Answers   Quark,


Explain the difference between static and dynamic binding of functions?

0 Answers  


Eplain extern keyword?

0 Answers  


What is enum class in c++?

0 Answers  


Categories