What is a far pointer? where we use it?


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

Post New Answer

More C++ General Interview Questions

What are the total number of lines written by you in C/C++? What is the most complicated or valuable program written in C/C++?

2 Answers   Intel,


What is the use of volatile variable?

0 Answers  


Is python written in c or c++?

0 Answers  


They will ask u question about single linked list?. Write Code for to insert delete node.

2 Answers   Persistent,


give me an example for testing a program showing the test path .show how the test is important and complex.

0 Answers   TCS,






what is meaning of isa and hsa

1 Answers  


Give 2 examples of a code optimization?

4 Answers  


What is 'Copy Constructor' and when it is called?

1 Answers  


Why is c++ still best?

0 Answers  


What is the rule of three?

0 Answers  


What is virtual destructor? What is its use?

0 Answers  


What is the difference in size of this two clasees? Class A { int a; char c; float f; } Class B { float f; char c; int a; }

4 Answers  


Categories