i have a Header file that i will be using for multiple programs. this file specifies integers (its for my calculator programs).
is it possible to have an integer value represented as AB if the two other integers are represented as A & B without getting a compiling error?
EX.
short int a;
short int b;
short int ab;
-- i want to know if this is possible
please let me know be cause i have no space left since i am at
short int z;
.