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

Explain what are the sizes and ranges of the basic c++ data types?

0 Answers  


Explain the use of vtable.

0 Answers  


How do I download c++?

0 Answers  


How many types of modularization are there in c++?

0 Answers  


What are the methods of exporting a function from a dll?

0 Answers  






Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];

4 Answers   Quark,


Please explain the reference variable in c++?

0 Answers  


What's the order in which the objects in an array are destructed?

0 Answers  


Is oops and c++ same?

0 Answers  


What are the differences between the function prototype and the function defi-nition?

0 Answers  


What are class and object in C++?

1 Answers  


What is the full form nasa?

0 Answers  


Categories