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;        
相關文章
相關標籤/搜索