Größe des Operators in C -Sprache

printf(“size of int in byte : %d “,sizeof(int));
Energetic Echidna