InterviewSolution
Saved Bookmarks
| 1. |
Which of the following statements is FALSE?(a) In up-typed languages, values do not have any types & Dynamic languages have no variables types(b) In up-typed languages, values do not have any types(c) Dynamic languages have no variables types(d) None of the mentionedI had been asked this question in a national level competition.This intriguing question originated from L-Attributed Definition in chapter Syntax Directed Definition and Translations of Compiler |
|
Answer» RIGHT choice is (C) Dynamic LANGUAGES have no VARIABLES types The BEST I can explain: They have dynamically changing types. |
|