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

Describe new operator?

1216

Difference between pass by value and pass by reference?

1219

Explain unexpected() function?

1166

What are activex and ole?

1119

What is static function? Explain with an example

1138

How should a contructor handle a failure?

1240

What is virtual function? Explain with an example

1149

Explain the difference between struct and class in terms of access modifier.

1227

Define private, protected and public access control.

1170

Explain rethrowing exceptions with an example?

1081

List down the guideline that should be followed while using friend function.

1119

What are static member functions?

1164

What is pointer to member?

1179

Explain the use of this pointer?

1210

What is private inheritance?

1148


Un-Answered Questions { C++ }

What is constructor and destructor in c++?

1172


List down the guideline that should be followed while using friend function.

1119


What is lvalue?

1222


Do you know about C++ 11 standard?

1148


How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?

3711


What is the difference between encapsulation and polymorphism?

1161


If P is the population on the first day of the year, B is the birth rate, and D is the death rate, the estimated population at the end of the year is given by the formula: The population growth rate is given by the formula: B – D Write a program that prompts the user to enter the starting population, birth and death rates, and n, the number of years. The program should then calculate and print the estimated population after n years. Your program must have at least the following functions: 1. growthRate: This function takes its parameters the birth and death rates, and it returns the population growth rate. 2. estimatedPopulation: This function takes its parameters the current population, population growth rate, and n, the number of years. It returns the estimated population after n years Your program should not accept a negative birth rate, negative death rate, or a population less than 2. please answer my question ....

2461


State two differences between C and C++.

1251


What is different in C++, compare with unix?

1163


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

1124


Can class objects be passed as function arguments?

1118


Can we use stl in coding interviews?

1875


How do I exit turbo c++?

1125


Explain how we implement exception handling in c++?

1111


What is a set in c++?

1034