Discussion :: FORTRAN
- Which of the following is not a valid property of a PARAMETER statement?
A.
Can combine other parameters with FORTRAN arithmetic operators to compute the value of a new parameter
|
B.
Parameters can be set anywhere in a program
|
C.
Integer parameters can be used to set array dimensions
|
D.
Parameters can be used as bounds on do loops
|
Answer : Option B
Explanation :
Be The First To Comment