我相信这是一个已分配且无法更改的值。一个例子是:
int limit =5; for(int i =0 ; i<limit; i++){ printf("w");
另外我不应该使用硬编码的原因是什么?对不起,我是编程新手。
hard-coding
hard-coding ×1