CHAPTER 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. C provides four ...

Get Programming in C, 3/e, 3rd 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.