long – POFTUT

C Numeric Variable Types Integer, Long, Float

[rps-include post=6557] As we learn variables are used to store values and variables have type. Type provides information about the value hold in the variable. Numeric types used to hold numerical data like 3 , 3.5 , 23.354354646 etc. Numerical types provides simplicity and performance while making mathematical operations. There are 5 different numerical types. … Read more