Seksjon 2. Kapittel 9
single
Sizeof Practice
Sveip for å vise menyen
Determining the Byte Size of the int Data Type
main.c
12345678#include <stdio.h> int main() { printf("Size of int type: %d bytes\n", sizeof(int)); return 0; }
Oppgave
Sveip for å begynne å kode
To find out how many bytes the short data type occupies, you can employ the sizeof() function.
Løsning
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 2. Kapittel 9
single
Spør AI
Spør AI
Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår