Answer:
Dynamic type checking performs the type checking operation at the time of the program execution. To perform this operation, the arguments, expressions, variables must be given a data type.
Previous Question | Next Question |
Explain static type checking? | Explain what are volatile variables? |