Assignment NIL Grand Quiz June 24 (Lecture 1-22) int short long float double char cout<> Modulus x%y gives remainder after division. Very useful == equal != Not Equal While or Do-While for first run and then check condition. x= x+4 or x += 4 i=i+1 or i++ or ++i Learn Switch Statement again. For statement for (i = 0; i < 10 ; i ++) Check ( z != -1 && i < 100 ). && and all other conditions. Like in this case. Any of Both conditions may match. Return/Void Functions Use Functions one int = 4 bytes Check all other data types bytes Null Character ........... if (name [ i ] == ‘\0’) '\t' Tab Character \n is New Line Character \a Beep