3

Operators and Expressions

Chapter Outline
3.1 INTRODUCTION

In our day-to-day life, we perform numerous operations on data with different operators. In order to perform different kinds of operations, C uses different operators. An operator indicates an operation to be performed on data that yields a new value. Using various operators in C, one can link the variable and constants. An operand is a data item on which operators perform operations. C is rich in use of different operators. ...

Get Programming in C, 2nd Edition 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.