Site icon Exam4Training

What is the data type used in C to represent characters?

What is the data type used in C to represent characters?
A . char
B . byte
C . string
D . int

Answer: A

Explanation:

Characters are represented using the char data type in C.

Exit mobile version