Visual C++ - Data types

Visual C++ .NET

Other pieces of example codes:
short y = -(1500 % 60);
double y = 123456789;
(float)y
int y = -(15123 / 70);
unsigned short y = 1025 % 8;
unsigned long long y = 10250 / 8;
Languages: en hu cz sk