Category: PROGRAMMING & LANGUAGES

C Language – External functions
The operations for many things, to enter the code: once we rewrite the identical pieces of code, why not…

C Language – Matrices
What are two-dimensional arrays? Two-dimensional arrays are vectors with multiple dimensions, for example a 3-dimensional array can be…

C Language – arrays (vectors)
What are arrays? Think of a train with many cars, each car will contain an element. …

C Language – “While” cycle and “IF” education
The while statement is composed of: i = 0; while (condition type i <10) { here we will write the…

What is C ++?
C ++ is a high-level object-oriented language (OOP), and is an extension of the already well-known C Language, so…

C Language – Types of primitive data
What are the variables? We must imagine the variables as the drawers of our bedside table, where we…

The first steps with the C language
Today we will talk about a simple program in C language, then open eclipses and start a…

Programming language C
What is the C language? C is the most recommended language for those who want to approach theprogramming…