In this article, I 've discussed character data types in c programming with Examples. what is char data type in c, size of char data type in c. Character Data Types in C LanguageChar Data Type is used to store single character in variable. char type of variable acquires 1 byte of memory in memory.The character data type is divided into two types, one is signed data type and the second one is unsigned data type.
Enter comment