Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



C++ Interview Questions
Questions Answers Views Company eMail

What is the full form of ios?

1151

Why was c++ created?

1101

Why null pointer is used?

1106

Are iterators pointers?

1212

Why is c++ difficult?

1114

Why is c++ so fast?

1096

Why would you use pointers in c++?

1225

Why do we use using namespace std in c++?

1133

Why do we use double in c++?

1124

How long does it take to get good at leetcode?

1253

What is the full form of india?

1224

What is the size of a vector?

1201

Why do we use templates?

1133

Why is c++ still popular?

1117

Will c++ be replaced?

1114


Un-Answered Questions { C++ }

What are the storage qualifiers?

1229


how can i access a direct (absolute, not the offset) memory address? here is what i tried: wrote a program that ask's for an address from the user, creates a FAR pointer to that adress and shows it. then the user can increment/decrement the value in that address by pressing p(inc+) and m(dec-). NOW, i compiled that program and opened it twice (in 2 different windows) and gave twice the same address to it. now look what happen - if i change the value in one "window" of the program, it DOES NOT change in the other! even if they point to the same address in the memory! here is the code snippet: //------------------------------------------------------ #include //INCLUDE EVERY KNOWN HEADER FILE #include //FOR ANY CASE... #include #include #include main() { int far *ptr; //FAR POINTER!!! long address; char key=0; //A KEY FROM THE KEYBOARD int temp=0; clrscr(); cout<<"Enter Address:"; cin>>hex>>address; //GETS THE ADDRESS clrscr(); (long)ptr=address; temp=*ptr; //PUTS THE ADDRESS IN THE PTR cout<<"["<

2484


In a function declaration what does extern means?

1125


Will the following program execute?

1091


Is c++ the most powerful language?

1170


How can you quickly find the number of elements stored in a static array?

1150


Why do we use iterators?

1142


What are the three main types of variables?

1189


What is a storage class used in c++?

1144


Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL

864


Explain about Virtual Function in C++?

1091


Which bitwise operator is used to check whether a particular bit is on or off?

1128


Is dev c++ free?

1105


How can you differentiate between inheritance and implementation in c++?

1292


Explain what is polymorphism in c++?

1186