0
How do computers different between symbols characters or integers having the same binary code
Binary
2 Réponses
+ 2
thank you
+ 1
The computer doesn't. The programmers or language does it. I can use "test" as an integer or string in C and it is completely my responsibility to handle it correctly. Other languages note the data type being stored in a location and prevent you from accessing it as some other type.