{
int mm[10J;
clrscr 0; b
cout « "Godzina prawdy. W tym komputerze " « "poszczególne typy\n"
« "maja następujące rozmiary’ w bajtach: \n";
cout «"typ char: \t" cout «"tvp int: \t" cout «"typ short: \t " cout «"tvp long: \t" cout «"typ float: \t " cout «"typ double: \ł "
« sizeof(char) «endl;
« sizeof(int) « endl;
« sizeof(short) « endl;
« sizeof(long) « endl;
« sizeof(float) « endl;
« sizeof(double) « endl; cout «"typ long double: \t" «sizeof(long double) « endl; cout « "Nasz obiekt lokalny mm ma rozmiar: "
«*izeof(mm) « endl;