Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 973 Bytes

1.1.1.Basic_Concepts_of_Programming_Languages.md

File metadata and controls

19 lines (13 loc) · 973 Bytes

Basic Concepts of Programming Languages

The cores of various programming languages are similar, some even have the same features.

Keywords:

Data Type, Operators, Flow Control, Functions, Object-Oriented, Compiling

Map

Image Loading...

More Resources

Online Resources

  • BigInt (BIG INTEGERS) in C++ with Example - In C/C++, long long int can save numbers with less than 20 digits, but if the problem is to save a number with 22 digits, which is not feasible with any type of primitive data. Therefore, to address such issues, we need to design a new data type called BigInt.

Video Resources