在C語言中,定義常量通常使用#define預處理指令,規范編寫#define常量的方式如下:
#define
MAX_SIZE
\
例如:
#define MAX_SIZE 100 #define PI 3.1415926 #define ERROR_MESSAGE "An error occurred" #define SUCCESS_MESSAGE "Operation completed successfully"
億速云公眾號
手機網站二維碼
Copyright ? Yisu Cloud Ltd. All Rights Reserved. 2018 版權所有
廣州億速云計算有限公司粵ICP備17096448號-1 粵公網安備 44010402001142號增值電信業務經營許可證編號:B1-20181529