Computer Science, asked by oyinkansolahelen8, 7 days ago

FORTRAN has no reserved words, but some identifiers cannot be used by users. Which of the following are examples of such identifiers?

Answers

Answered by dc7090456
1

Answer:

Fortran has many keywords such as INTEGER, REAL, PARAMETER, PROGRAM, END, IF, THEN, ELSE, DO, just name a few; however, Fortran does not have any reserved words. ... Therefore, END, PROGRAM, DO are perfectly legal Fortran identifiers.

Similar questions