Wednesday 28 August 2013

Operators | C Programming Language PDF



Operators:

Operator: An operator is a symbol that tells the Computer to perform certain mathematical or logical manipulations.
Expression: An expression is a sequence of operands and operators that reduces to single value
Eg: 10+25 is an expression whose value is 35

C operators can be classified into a no. of categories.
They include:
1. Arithmetic
2. Relational
3. Logical
4. Assignment
5. Increment and Decrement
6. Conditional
7. Bitwise
8. Special

0 comments:

Post a Comment

 

C Programming Language Interview Questions and Answers Tutorial for beginners. Copyright 2013 All Rights Reserved