Pregunta de entrevista de Caret IT Solutions

What is a dynamically typed language?

Respuesta de la entrevista

Anónimo

6 may 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.