Articles in this series
Topics Variable Types of variables Type Conversion and Casting Type inference - var Variable A variable is a name for a piece of memory that stores...
1. What is an array? 2. One-dimensional array 3. Where is the array saved in memory? · What is an array? A variable can store only one value. Consider a...
1. Multi-dimensional array (2-Dimensional Array) 2. Array manipulations · Multi-dimensional array (2-Dimensional Array) As we know that an array is a...
Operators are special symbols that perform specific operations on one, two, or three operands, and then return a result. Assignment Operator The...
Selection statement | Iteration statement | Jump statement · A programming language uses conditional statements (boolean expressions) to determine the...
What is object-oriented programming? It is a programming language model for software design that revolves around objects rather than logic. It is...