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 language is c written?
What is a stream?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
Why string is used in c?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
How does free() know explain how much memory to release?
What is calloc()?
Why double pointer is used in c?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
what is the structure pointer?
which is an algorithm for sorting in a growing Lexicographic order
Explain main function in c?
Why do we need functions in c?
How many bytes is a struct in c?