Home / CSE MCQs / FORTRAN :: Discussion

Discussion :: FORTRAN

  1. Which of the following statements is a valid way to open the file test.data and associate it with unit 10?
  2. A.
    open(10,test.data)
    B.
    open(10,'test.data')
    C.
    open(10, file= test.data )
    D.
    open(10,file='test.data')

    View Answer

    Workspace

    Answer : Option D

    Explanation :



Be The First To Comment