bool型变量问题详解

环境linux下 GCC编译器 #include <stdio.h> #include <stdbool.h> #include <string.h> int main(void) {              bool a,b,c,d,e;          a = true;          b = false;          c = 0;          d = 1;        
相关文章
相关标签/搜索