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
Is there anything like an ifdef for typedefs?
What is indirection? How many levels of pointers can you have?
What is the use of printf() and scanf() functions?
Explain how do you generate random numbers in c?
How can I convert a number to a string?
Explain what is the difference between #include and #include 'file' ?
what are # pragma staments?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
Where can I get an ansi-compatible lint?
What is c variable?
write a program to print largest number of each row of a 2D array
Write a program of advanced Fibonacci series.
Where register variables are stored in c?
c program to compute AREA under integral
What the advantages of using Unions?