Which of the following correctly accesses the seventh element stored in tan?
(a) tan[6]
(b) tan[7]
(c) tan(7)
(d) tan
This question was addressed to me in final exam.
I want to ask this question from Array Reference in chapter Syntax Directed Definition and Translations of Compiler