© Slobodan Dmitrović 2021
S. DmitrovićModern C for Absolute Beginnershttps://doi.org/10.1007/978-1-4842-6643-4_5

5. Operators

Slobodan Dmitrović1  
(1)
Belgrade, Serbia
 

Operators are an essential part of the language. This section explains what they are and how they are used. It might seem that there is plenty of theory surrounding this subject, but do not worry. We need to adopt the theoretical part to use it in practical code examples later in the book.

5.1 Introduction

What is the operator? An operator is a language entity that performs operations on its arguments. One or more different symbols represent operators. To better understand the terminology, let us look at a simple mathematical expression: x + y. Here, + is an operator. It performs an ...

Get Modern C for Absolute Beginners: A Friendly Introduction to the C Programming Language now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.