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
What is the c language function prototype?
in iso what are the common technological language?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
What is infinite loop?
Explain spaghetti programming?
Why is c so popular?
What is the size of array float a(10)?
Who invented bcpl language?
How many keywords (reserve words) are in c?
What is indirection in c?
Which is an example of a structural homology?
what are the facialities provided by you after the selection of the student.
What are the advantages and disadvantages of a heap?
Is sizeof a keyword in c?
What is the use of getchar() function?