Computer Science, asked by palashmech540, 5 months ago

write defination in of c ++ ? explain in long

Answers

Answered by AnushkaBhatia
1

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.

Answered by PalakKumari1602
0

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.

Similar questions