write defination in of c ++ ? explain in long
Answers
Answer:
Long is a data type used in programming languages, such as Java, C++, and C#. A constant or variable defined as long can store a single 64-bit signed integer. ... In modern programming languages, the standard integer (int) data type typically stores a 32-bit whole number.
Answer:
C++ is a general purpose, case-sensitive, free-form programming language that supports object-oriented, procedural and generic programming.
C++ is a middle-level language, as it encapsulates both high and low level language
C++ supports the object-oriented programming, the four major pillar of object-oriented programming (OOPs) used in C++ are:
Inheritance
Polymorphism
Encapsulation
Abstraction
Standard C++ programming is divided into three important parts:
The core library includes the data types, variables and literals, etc.
The standard library includes the set of functions manipulating strings, files, etc.
The Standard Template Library (STL) includes the set of methods manipulating a data structure.
Stroustrup at bell laboratories of AT&T (American Telephone & Telegraph), located in U.S.A.
Bjarne Stroustrup is known as the founder of C++ language.