1、首先,打开C语言编译器,新建一个初始.cpp文件,例如:test.cpp。2、在test.cpp文件中,输入C语言代码:bool fun(){ return true;} 3、编译器运行test.cpp文件,此时打印出了布尔类型函数返回结果的打印结果。