Terminologies Related to Programming
Before we start learning C++, we will first explain what a programming language is and what some basic terminologies used in programming are. These terminologies are not language-specific and are common across all programming languages.
We'll cover the following...
Computer program
A computer program is a set of instructions given to the computer to perform a particular task.
Coding | Programming |
---|---|
Process of creating instruction | Taking instruction and making the target obey them |
Machine language
Computers can only understand binary ...