Increment Operator
If we want to add one to a variable, we can say:
Programs usually contain statements that increment variables, so to save on typing C provides some shortcuts :
do the same thing. Either of these statements change the value of count by adding one to it.