Home / CSE MCQs / FORTRAN :: Discussion

Discussion :: FORTRAN

  1. Which of the following is not a valid property of a PARAMETER statement?
  2. 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

    View Answer

    Workspace

    Answer : Option B

    Explanation :



Be The First To Comment