Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 10 - No. 31)
What type of check ensures that the entered data contains an appropriate number of characters?
Format check
Type check
Length check
Range check
Explanation
Length checks are used to validate the number of characters in a string.
Comments (0)
