GATE 2003
February 13, 2024
Parsers
February 13, 2024
GATE 2003
February 13, 2024
Parsers
February 13, 2024

GATE 2003

Question 24

Which of the following statements is FALSE?

A
In statically typed languages, each variable in a program has a fixed type
B
In un-typed languages, values do not have any types
C
In dynamically typed languages, variables have no types
D
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.

Leave a Reply

Your email address will not be published. Required fields are marked *