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
Explain main function in c?
Why c is called a middle level language?
What is action and transformation in spark?
What are the 5 types of organizational structures?
How many main () function we can have in a project?
What is memory leak in c?
What's the best way of making my program efficient?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What language is windows 1.0 written?
List the variables are used for writing doubly linked list program.
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
Explain what does the function toupper() do?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions