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: 28.03.2024 21:53:51
© Prof. Dr. Uwe Schmidt
Prof. Dr. Uwe Schmidt FH Wedel