[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CPlusOperator
Its opposite operator is the minus operator, -.
The five mathematical operators are:
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CPlusOperator
(C) + operator
The plus operator is used to add two values.double x = 1.5 + 2.6; int y = 2 + 4;
Its opposite operator is the minus operator, -.
The five mathematical operators are:
- +, plus operator
- -, minus operator
- *, multiply operator
- /, divide operator
- %, modulus operator
'Plus operator' links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
