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?