Computer Science, asked by deepikakumarikvs, 1 year ago

Why it is C++.why not ++C


NikhitaDreamer: Because it had better feature than C. So C++ meant that it is a much better version of c

Answers

Answered by dassristi2016
1
Why was the computer language following C called C++ and not C+?
Answer
Follow · 40


Promoted by edX

Free Python programming course.
Master the basics of computer science & programming using Python in just 9 weeks in this free MIT course.
Learn More
28 ANSWERS
Bjarne Stroustrup
Bjarne Stroustrup, The designer and original implementer of C++
Answered Sep 17, 2014
an FAQ: Stroustrup: FAQ
49.8k Views · 437 Upvotes · Answer requested by Miguel Paraz
Your response is private.
Are you satisfied with this answer?
YesNo
Upvote · 437

Sristi DasComment...
RecommendedAll
Mike Synnott
Mike Synnott, Professional software developer since 1983.
Answered Sep 17, 2014
I remember, back in the day, when object-oriented languages were becoming all the rage (and rightly so) there were murmurings about producing an OO version of COBOL.

The standing joke at the time was that this new OO COBOL should be called

ADD COBOL TO COBOL GIVING COBOL.

How we laughed, and laughed, and laughed until we realised that not one of us had a girlfriend. :-/
12.5k Views · 73 Upvotes
Upvote · 73

Sristi DasComment...
RecommendedAll
Promoted by Udacity.com IN

Launch a career in machine learning today.
Get your Machine Learning Engineer Nanodegree in this course, co-created by Google.
Learn More
Saurabh Singhal
Saurabh Singhal, Keep learning the new ones, but don't forget the old ;)
Answered Sep 5, 2014 · Upvoted by Timothy Johnson, PhD student in CS, UC Irvine
Continue Reading
Interestingly, this question was asked to me in one of my on-campus placement interviews during my final year.

C has a postfix increment operator (++). The effect of applying the postfix increment operator is that the operand's value is increased by one unit of the appropriate type.

It is important to note that a postfix increment expression evaluates to the value of the expression prior to application of the operator. The increment operation occurs after the operand is evaluated.

Hope it helps!!!

Mark as brainlist!!!!
Dear
Answered by zacknight47
2

Answer:

Designed by Bjarne Stroustrup, C++ first made its appearance in 1985 and was considered as the best prodigy of C. Bjarne started working on the programming language while working at Bell Labs in 1979. He wanted to develop an extension to the C programming language that is both more efficient and flexible than the C.

C++ provides support for object-oriented programming. It offers a low level of abstraction and requires manual memory management. 

Similar questions