What are the differences between this FOTRAN resevered words:
a) COMPLEX and CMPLX
b) INTEGER and INT
c) DOUBLE PRECISION and DBLE
The first of each of the terms are used for data declarations. The second of each are intrinsic functions and are used to create (or convert) a variable into a specific data type.