Why c++ is called c++ and not c+?

Answer Posted / prashant k s gautam

C++ (pronounced see plus plus) is a statically typed,
free-form, multi-paradigm, compiled, general-purpose
programming language. It is regarded as a "middle-level"
language, as it comprises a combination of both high-level
and low-level language features. It was developed by Bjarne
Stroustrup starting in 1979 at Bell Labs as an enhancement
to the C programming language and originally named C with
Classes. It was renamed C++ in 1983.

Is This Answer Correct ?    3 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to print ASCII code for a given digit.

689


What is 1d array in c?

602


What is ponter?

775


Why do we write return 0 in c?

555


Why doesnt that code work?

602






Do pointers take up memory?

659


How can I read data from data files with particular formats?

606


Can a pointer be null?

566


What is the best way of making my program efficient?

572


How do you convert strings to numbers in C?

710


What is cohesion and coupling in c?

592


Write a factorial program using C.

646


Combinations of fibanocci prime series

1115


Which node is more powerful and can handle local information processing or graphics processing?

830


Why is it important to memset a variable, immediately after allocating memory to it ?

1556