founder of c++

Answer Posted / vinoth hindusthan

bjarane stroustup in 1980 at bell labarotaries and ++
indicates the increment operator

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does c++ have finally?

563


What is array in c++ example?

645


What are the vectors in c++?

577


Define pointers?

604


Is c++ a float?

598






What is the use of class in c++?

562


What is a dynamic binding in c++?

526


What are the advantages of inheritance in c++?

653


What is a stack c++?

565


What is auto type c++?

624


Explain the difference between new() and malloc() in c++?

620


What are the manipulators in c++?

545


Write a program which is required to process the time of a clock in hours and minutes, entered from the keyboard. With this program, there are two requirements for any data entered by a user: 1. The data must be of the correct type (in this case, two ints). 2. The data must be in the correct range: this means that, for the minutes, negative numbers and any number above 59 must be rejected; for the hours, negative numbers and any number above 23 must be rejected. Output error message for invalid data input. Output the time one and a half hour after the time input. i.e. Hour: 22 Min: 32 One and a half hour after 22:32 is 00:02

1504


Differences between private, protected and public and give examples.

575


How should runtime errors be handled in c++?

607