Increment And Decrement Operators - English

Play
Current Time 0:00
/
Duration Time 0:00
Remaining Time -0:00
Loaded: 0%
Progress: 0%
0:00
Fullscreen
00:00
Mute
Captions
  • captions off
  • English

34597 visits



Outline:

Increment and Decrement Operators -Increment Operator --example: ++ -Postfix increment --example: a++ -Prefix increment --example: ++a -Decrement Operator --example: -- -Postfix decrement --example: a-- -Prefix decrement --example: --a -Typecasting -Errors