Showing posts with label introduction to operator. Show all posts
Showing posts with label introduction to operator. Show all posts

Wednesday, May 14, 2008

Introduction (operators in c)

Introduction

An operator specifies an operation to be performed. C is rich in operator. Operators join the various variables and constants to from an expression.

Some operator requires one operand and some require more than one operands.

An operator is a symbol that tells the computer to perform certain mathematical or logical manipulation in data stored in variables.

C is extremely rich in operators It has as many as 45 different operators.

Copyright

Copyright © 2008 C Tutorial, All rights are reserved