Exam-style question
Try this first
Which statement best describes a character data type?.
- A.It stores a sequence of characters of any length
- B.It stores a single character
- C.It stores a memory address
- D.It stores a collection of records
Model answer
What a good answer should say
- It stores a single character
Explanation
Why this works
A character data type is used for one character, whereas a string is used for a sequence of characters.
Common mistake
No common mistake is linked to this question yet.
