问题 更新时间2024/4/6 9:07:00 以下选项中不能正确定义cl为结构体类型变量的是( )。·struct color{ int red; int green; int blue;};struct color cl;·struct color cl{ int red; int green; int blue;};·struct color{ int red; int green; int blue;} cl;·struct{ int red; int green; int blue;} cl; 答案 登录 注册 单选题·struct color cl{ int red; int green; int blue;}; 出自:青书学堂 >> 佳木斯大学语言治疗学