WHO DEVELOPED C++?

Answer Posted / ravi

Bjarne Stroustrup

Is This Answer Correct ?    25 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a block in c++?

561


What is c++ programming language?

586


Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

625


Define linked lists with the help of an example.

562


How can you say that a template is better than a base class?

593






What are all predefined data types in c++?

571


What is the history of c++?

566


What is rtti in c++?

631


Can non-public members of another instance of the class be retrieved by the method of the same class?

618


What is the use of endl in c++ give an example?

627


Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].

971


What is the purpose of extern storage specifier?

638


What is else syntax in c++?

645


Write a program to show polymorphism in C++?

640


What are inline functions? What is the syntax for defining an inline function?

591