Hi, I am doing some classification and I am not sure:
INT is a primitive datatype with keyword "int"
But I can use Int16,Int32 or Int64 - I know C# has its own names for them. But are those data types as well or it is still INT? And mainly, can we say "short" is a datatype or INT16 is a datatype? Thanks :)