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

how to swap two strings without using any third variable ?

11 Answers  


What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass

0 Answers  


write a porgram in c++ that reads an integer and print the biggest digit in the number

0 Answers  


What is a try block?

0 Answers  


What is ostream in c++?

0 Answers  


What is the array and initializing arrays in c++?

0 Answers  


How would you use qsort() function to sort an array of structures?

0 Answers  


Which software is used for c++ programming?

0 Answers  


What are the types of array in c++?

0 Answers  


How is c++ different from java?

0 Answers  


In how many ways we can initialize an int variable in C++?

1 Answers  


how can u create a doubly linked list with out using pointers?

2 Answers  


Categories