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

Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list

ABC, Sun Microsystems,

21 30814

Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1

Sun Microsystems,

6 12111

Give the output of the following program main() {int ret; ret=fork();ret=fork();ret=fork();ret=fork(); if(!ret) printf("sun"); else printf("solaris");

Sun Microsystems,

8 15767

c# support late binding or early binding.

6 17242

When a private constructer is being inherited from one class to another class and when the object is instantiated is the space reserved for this private variable in the memory??

HCL, Honeywell,

13 22397

how to create thread in java?

IBM, Infosys, Wipro,

17 23882

Difference between over loading and over ridding?

CTS, Patni, Softvision Solution,

12 28012

what is virtual function?

Aspire, HP, Infosys, RoboSoft, TCS,

26 62369

what is an array

20 19895

pointers are support in C#? if yes then how to use it?

Softvision Solution,

8 12711

how to overload << and >> operator in c++

Wipro,

3 10011

What is command routing in MFC

GE,

1 8072

what is new modifier in C#

HCL,

8 13780

Write a function which takes a character array as input and reverses it in place.

Lehman Brothers, Vision Infotech,

2 8913

Write a String class which has: 1) default constructor 2) copy constructor 3) destructor 4) equality operator similar to strcmp 5) constructor which takes a character array parameter 6) stream << operator

HCL, Lehman Brothers, Zoomerang,

2 9131


Un-Answered Questions { C++ }

Write a function to find the nth item from the end of a linked list in a single pass.

975


How much is c++ certification?

1047


What is the auto keyword good for in c++?

1185


What is constructor in oop?

1101


Why do we use class in oops?

959


Is it possible to pass an object of the same class in place of object reference to the copy constructor?

1042


What is the difference between #import and #include?

1049


Explain how an exception handler is defined and invoked in a Program.

1171


What is an orthogonal base class in c++?

1158


What is protected inheritance?

1044


Do inline functions improve performance?

1067


What are features of c++?

1169


what is the use of void main() in C++ language?

1121


Describe private, protected and public – the differences and give examples.

1191


Explain differences between new() and delete()?

1092