Domanda di colloquio di Caret IT Solutions

What is a dynamically typed language?

Risposta di colloquio

Anonimo

6 mag 2024

These are the languages that do not require any pre-defined data type for any variable as it is interpreted at runtime by the machine itself. In these languages, interpreters assign the data type to a variable at runtime depending on its value.