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.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments