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 a base class?

1182

Difference between an inspector and a mutator

1393

Describe delete operator?

1148

How do we implement inheritance in c++?

1180

What are guid? Why does com need guids?

1122

Explain the different access specifiers for the class member in c++.

1068

What is virtual destructor? What is its use?

1125

Explain the advantages of using friend classes.

1231

What are static type checking?

1102

Explain terminate() function?

1118

what are function pointers?

1144

Explain terminate() and unexpected() function?

1169

Explain the use of virtual destructor?

1128

What are advantages of using friend classes?

1137

What is the object serialization?

1207


Un-Answered Questions { C++ }

write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.

2305


What is the use of function pointer?

1075


Discussion on error handling of C++ .

1168


How many times will this loop execute? Explain your answer.

930


Why do we use the using declaration?

1240


Explain container class.

1311


What is the precedence when there is a global variable and a local variable in the program with the same name?

1184


What is the operator in c++?

1180


How do you establish a has-a relationship?

1173


How c functions prevents rework and therefore saves the programers time as wel as length of the code ?

1140


Can an interface inherit a class?

1114


How do you declare A pointer to function which receives an int pointer and returns a float pointer

1291


What is difference between polymorphism and inheritance?

1135


What is c++ 11 and c++ 14?

1115


Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.

2640