如题,KeilC51位变量能不能定义数组

2024-12-03 10:23:30
推荐回答(1个)
回答1:

试试呗
我的结论是不行
会报错 error C168: array of bit

手册描述:An array may not have type bit as its basic type. This limitation is imposed by the architecture of the 8051.