Variable

  • 在宣告時就伴隨著記憶體配置

int a;

float b;

int 4 byte

double 8 byte

printf

%lu

unsigned long

Last updated