volume_mute
Special words in programming languages are also reserved words
publish date: 2022/06/02 03:16:00 GMT+10
volume_muteCorrect 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