visual c++ 运行c程序出现未声明的标识符,求解答

#include<stdio.h>intmain(void){intage=0;intcollege=0;intsubject=0;boolinterview=false... #include <stdio.h>
int main(void){ int age = 0; int college = 0; int subject = 0; bool interview = false;
printf("\nWhat college? 1 for Harvard, 2 for Yale, 3 for others: "); scanf("%d", &college); printf("\nWhat subject? 1 for Chemistry, 2 for economics, 3 for others: "); scanf("%d", &subject); printf("\nHow old is the applicant?"); scanf("%d", age);
/* Check out the applicant */ if ((age > 25 && subject == 1) && (college == 3 || college == 1)) interview = true; if (college == 2 && subject == 1) interview = true; if (college == 1 && subject == 2 && !(age > 28)) interview = true; if (college == 2 && (subject == 2 || subject == 3) && age > 25) interview = true;
/* Output decision for interview */ if (interview) printf("\n\nGive 'em an interview."); else printf("\n\nReject 'em."); return 0;}
展开
 我来答
匿名用户
2013-12-19
展开全部
开头加#include <stdbool.h>
liangsai
2013-12-19 · TA获得超过835个赞
知道小有建树答主
回答量:1508
采纳率:0%
帮助的人:652万
展开全部
在C语言里没有BOOL常量
更多追问追答
追问
所以要先声明吗?
追答
对 可以自定义BOOL
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式