volume_mute

Special words in programming languages are also reserved words

publish date2022/06/02 03:16:00 GMT+10

volume_mute
True
False
Generally true

Correct Answer

Generally true

Explanation

Fortran is the only remaining language that you can redefine a special word as a normal keyword

Integer Apple --> this is a declarative statement in Fortran
Integer = 4 --> Integer is a normal variable in this case

Reference

Concepts of Programming languages, 10th ed


Quizzes you can take where this question appears