HZD's Digital Garden

Home

❯

C variables

C variables

Dec 21, 20251 min read

  • permanent
  • C_language

permanent C_language

reference link: https://www.runoob.com/cprogramming/c-variables.html

Types of C variables

typedescription
char通常为一个字节(八位),这是一个整数类型
int整型,4 字节
float单精度浮点值
double双精度
void表示类型的缺失

Definition of C variables

Such as int, char, float, double

Those things are connected to Place holder when you want to output some things.


Graph View

  • Types of C variables
  • Definition of C variables

Created with Quartz v4.5.2 © 2026

  • GitHub
  • LinkedIn
  • Email