Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |
en:iot-open:introductiontoembeddedprogramming2:cppfundamentals:operators [2023/11/21 22:20] – pczekalski | en:iot-open:introductiontoembeddedprogramming2:cppfundamentals:operators [2023/11/23 10:20] (current) – pczekalski |
---|
====== Operators, Specifiers and Pointers ====== | ====== Operators, Specifiers and Pointers ====== |
| {{:en:iot-open:czapka_b.png?50| General audience classification icon }}{{:en:iot-open:czapka_e.png?50| General audience classification icon }}\\ |
Operators represent mathematical, relational, bitwise, conditional, or logical data manipulations. There are many operators in the C/C++ language. In this chapter, the most important are presented. Logical operators will be shown in the next chapter as they are used together with conditional statements. | Operators represent mathematical, relational, bitwise, conditional, or logical data manipulations. There are many operators in the C/C++ language. In this chapter, the most important are presented. Logical operators will be shown in the next chapter as they are used together with conditional statements. |
| |