beginner wanting to learn what is data types

Hi. I am trying to learn C# data types. Can't seem to grasp it so i thought i start off with one just below. Could someone pls explain in really simple terms. thanks

Data Types | Size | Values
byte 8 bit 0 to 255

Comments

  • A byte is 8 bits wide which means it can hold decimal values between 0 and 255. Binary 11111111 is equal to decimal 255.

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion