Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 9 - No. 37)

What is the primary function of a type check?
To confirm data is in a required format.
To verify the data type of an input.
To guarantee that a field has an entry.
To perform mathematical calculations.

Explanation

A type check validates the data type, e.g., integer, string, etc.

Comments (0)

Advertisement