Thursday, 14 February 2013

Increment/Decrement Operator


“++” and “--” are the operators
++ adds one to operand while -- subtracts one
Both are unary operators

No comments:

Post a Comment

String functions

Read This: strncpy() strncat() strstr () strlen() — Predefined function defined in string.h . — — Returns the len...