Nama: Tep Senghak
Nim: 49012084
Major: d4 TMD ITB Batch 6
Module 3
Operator (Part 1)
operator is a symbol that tells the compiler to perform specific mathematical or logical manipulations. In this module there are four operators:
- Assignment Operator
- Unary Operator
- Increment
- Decrement
1. There are many difference type of assignment operator. The assignment operator is the operator which has equal sign “=”.
2. Unary operator: an operator that has only one operand.
3. Increment operator increases integer value by one
4. Decrement operator decreases integer value by one
This video below show you examples about assignment, unary, increment, and decrement operators in C++ programming language, which is developed with Microsoft Visual Studio 2010.
You can also visit this video at www.youtube.com by click this link below.
http://www.youtube.com/watch?v=pBJZNdrGJas&feature=youtu.be
No comments:
Post a Comment