GATE 2003
February 13, 2024Parsers
February 13, 2024GATE 2003
|
Question 24
|
Which of the following statements is FALSE?
|
In statically typed languages, each variable in a program has a fixed type
|
|
|
In un-typed languages, values do not have any types
|
|
|
In dynamically typed languages, variables have no types
|
|
|
In all statically typed languages, each variable in a program is associated with values of only a single type during the execution of the program
|
Question 24 Explanation:
Dynamic typed languages are those languages in which variable must necessarily be defined before they are used. Then dynamic typed languages have types.
Correct Answer: C
Question 24 Explanation:
Dynamic typed languages are those languages in which variable must necessarily be defined before they are used. Then dynamic typed languages have types.
