Representation | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

Representation

Do all data types in c # have binary representation in computer?

27th Mar 2020, 8:10 PM
Mary_d9
Mary_d9 - avatar
1 Antwort
+ 4
Not only C# but almost all high level language data types have binary representation because that is what your machine can understand, only 1's and 0's.
27th Mar 2020, 8:18 PM
Avinesh
Avinesh - avatar