'Based on the ascii , a character is stored in binary format... Then how does a computer knows whether its the character or an integer

hey guys I have a question on how a computer knows the difference between the character and an integer.. for example: ASCII value of a is 97 which is 1100001 . If it was stored like this in memory then how does it know whether its character a or integer 97.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source