ID : 5688
Shift
Commands | Functions |
---|---|
<< Operator | To perform a shift operation. Each bit is shifted to the left by the specified number. |
>> Operator | To perform a shift operation. Each bit is shifted to the right by the specified number. |
ID : 5688
- Related Information
- << Operator
- >> Operator