Why c++ is called c++ and not c+?
Answers were Sorted based on User's Feedback
Answer / pradeep
C++ comes from the ++ operator
+++ operator is used to increment the value by 1. The
developers added some new features to c and named it C++.
| Is This Answer Correct ? | 51 Yes | 7 No |
Answer / kiran kumar yakkala
we have already C,
there are some programming languages which offer object
orientation before c++.
designers implemented C language with OOPS concept.
means c++ is nothing but C + 1 feature(OOPS), in C++
environment c++ means c+1. so thats why they named only C++.
| Is This Answer Correct ? | 22 Yes | 3 No |
Answer / rajesh,final year.
In c language increment
by 1 is denoted by ++
operator. Hence
development in c is
denoted by c++
| Is This Answer Correct ? | 15 Yes | 3 No |
Answer / pavan kumar
The developer Bjarne Stroustrap called it first as
" C with Classes " and later in the year 1983, they changed
the name to " C++" finally.....
| Is This Answer Correct ? | 7 Yes | 6 No |
Answer / m abu bakar younas
C++ is called C++ because in C++, ++ is a short hand for adding 1 to a number in programming.It was basically C language.Due to some new feature, its call C++.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Answer / hasib
C is based program . The computer only know binary number (0s and 1s)
That is why identifiers not to give one digits , he give two digits follow binary number c++.
| Is This Answer Correct ? | 1 Yes | 7 No |
Answer / pavan kumar
This is of because C was developed into C++ in two stages...
so,
the developers were fisrt named as C+ and later it was
finalasied as C++
Thank you....
P@1
| Is This Answer Correct ? | 18 Yes | 28 No |
Answer / jatinder pal
because it has more hadder file and it also performs more
functions compare to the c?
its not acc to feature but it refers to the developer name?
| Is This Answer Correct ? | 2 Yes | 15 No |
Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..
how to add numbers without using arithmetic operators.
could u able to tell about suresoft technical session
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
write a program to generate 1st n fibonacci prime number
formula to convert 2500mmh2o into m3/hr
Why is c not oop?
Write a program to print distinct words in an input along with their count in input in decreasing order of their count..
How to add two numbers without using semicolon at runtime
to find the closest pair
What is a static function in c?