InterviewSolution
Saved Bookmarks
| 1. |
Which of the following correctly accesses the seventh element stored in tan?(a) tan[6](b) tan[7](c) tan(7)(d) tanThis 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 |
|
Answer» Correct answer is (a) tan[6] |
|