Chapter 8
Operators and Expressions
CHAPTER OUTLINE
8.1 INTRODUCTION
In order to perform different kinds of operations, C uses different kinds of operators. An operator indicates an operation to be performed on data that may yield a new value. An operator can operate on character, integer, floating point numbers, or others. Using various operators in C, one can link the variables and constants. In other words, operators perform operations on operand/s, whereas operand is a data item on which the operation is ...
Get Computer Programming and IT 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.