C Program to Demonstrate the increment and decrement operators
C Program to Demonstrate the increment and decrement operators
C program which demonstrates about the increment and decrement operators. Increment operator ++ adds 1 to its operand and Decrement operator — subtracts 1 from its operand. These operators may be used either as a prefix operator or post-fix operator.
/*********************************************************** * Author: vinay * Copyright: www.borland-turbo-c.com * version: borland turbo c 3.0 *…
View On WordPress











