Systemnahe Programmierung in Chome  Prof. Dr. Uwe Schmidt FH Wedel

exec: sizeofTest


> sizeofTest
TYPE                    SIZE
 
char                    1
short                   2
int                     4
long                    8
enum color              4
 
float                   4
double                  8
long double             16
 
char *                  8
int *                   8
>
Dieses ist das Protokoll eines Testlaufs

Letzte Änderung: 19.05.2024 05:22:33
© Prof. Dr. Uwe Schmidt
Prof. Dr. Uwe Schmidt FH Wedel