Int (11) represents data stored in the computer as 11 bits, for example; 00000000001, represents 1 because int occupies 4 bytes, 32 bits, and 2^32=4294967296, is 10 digits, 11 represents the symbol bit

Varchar (M). The value of M ranges from 0 to 65535 bytes.