Another C datatypes question
- by b-gen-jack-o-neill
Hello. Well, I completely get the most basic datatypes of C, like short, int, long, float, to be exact, all numerical types.These types are needed to be known perform right operations with right numbers. For example to use FPU to add two float numbers. So the compiler must know what the type is.
But, when it comes to characters I am little bit…