STL (140)
OOPS (873)
C++ General (2409)
What is constructor and destructor in c++?
List down the guideline that should be followed while using friend function.
What is lvalue?
Do you know about C++ 11 standard?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
What is the difference between encapsulation and polymorphism?
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 ....
State two differences between C and C++.
What is different in C++, compare with unix?
Which bitwise operator is used to check whether a particular bit is on or off?
Can class objects be passed as function arguments?
Can we use stl in coding interviews?
How do I exit turbo c++?
Explain how we implement exception handling in c++?
What is a set in c++?