Main elements of a programming language - 04

- Andrés Cruz

En español

Main elements of a programming language - 04

We already know what a program is and its relationship with algorithms in computing as steps to solve a problem. We also saw programming languages in the previous entry. Now we are going to see what are the main elements that we have to take into account when time to schedule; The first thing you have to take into account would be the syntax, the syntax or way in which we can program in a programming language, defines the elements of said language and how they are combined to form a program. The typical elements of any language are the following:

Type of data
Variables
Operators
Control structures
Comments
Code blocks (Functions, Classes, etc.)

We will address all these elements little by little throughout the course.

I agree to receive announcements of interest about this Blog.

Let's see the main elements that a programming language has.

- Andrés Cruz

En español