what is c++

Answers were Sorted based on User's Feedback



what is c++..

Answer / bhaskar.mantrala

c + oo -------> that means c with object oriented language

Is This Answer Correct ?    3 Yes 3 No

what is c++..

Answer / sudheer

c++ is object oriented programming language.. the main
function value should return..

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More STL Interview Questions

Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.

0 Answers  


Diffrernce Between Overloading and Overriding?

2 Answers   Wipro,


what is electronic software

1 Answers  


What does stl stand for in basketball?

0 Answers  


How stl is different from the c++ standard library?

0 Answers  






write a c++ to define a class box with length,breadth and height as data member and input value(),printvalue() and volume() as member functions.

3 Answers  


What is C++ could you enplane me please?

1 Answers  


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 ....

0 Answers   Microsoft,


Assume I have a linked list contains all of the alphabets from "A" to "Z?" I want to find the letter "Q" in the list, how does you perform the search to find the "Q?"

2 Answers  


What is Template Specialization?

1 Answers   Lucent,


write a program to search and display the position of an element in a single-dimentional array using function.

1 Answers  


What is a stl vector?

0 Answers  


Categories