Quantcast
Channel: Active questions tagged gcc - Stack Overflow
Viewing all articles
Browse latest Browse all 22462

Is "char" a special type of integer variable?

$
0
0

I recently came across a statement saying that "char" type in C is really a special form of integer – one that stores the ASCII code numbers which represent characters and symbols.

How far is this valid? This leads to another question that - Can the char type really be categorized as an integer in C?


Viewing all articles
Browse latest Browse all 22462

Trending Articles