0

What is c++ programme?

6th Mar 2019, 10:47 AM
Praveen Gudikandhula
2 Answers
+ 5
Can you be more specific please?
6th Mar 2019, 10:54 AM
Shahil Ahmed
Shahil Ahmed - avatar
+ 5
Btw C++ is a statically typed, compiled, general-purpose, case-sensitive, free-form, mid-level programming language that supports procedural, object-oriented, and generic programming. C++ was developed by Bjarne Stroustrup starting in 1979 at Bell Labs in Murray Hill, New Jersey, as an enhancement to the C language and originally named C with Classes but later it was renamed C++ in 1983. C++ is a superset of C, and that virtually any legal C program is a legal C++ program. Note − A programming language is said to use static typing when type checking is performed during compile-time as opposed to run-time.
6th Mar 2019, 10:55 AM
Shahil Ahmed
Shahil Ahmed - avatar