Fortran Expressions We have already discussed about constants, integers, variables now we will study about the Fortran Expressions . |
What is Expression? |
Expressions are the statements formed by combination of operators and operands. |
Example: |
1) a – b // it is an arithmetic expression in which a& b are operands and ‘-‘ is subtraction operator. |
2) c * b |