those operators are used just immediate to any variables.
like


k++; //k=k+1 but post increment
++k; //pre increment the value of k

similarly all functions as.