C 語言從C99 開始,增加了bool 這個關鍵字。 嚴格來說是_Bool,bool 只是marco,其目的是為了與C++ 相容。 使用bool 時,需include <stdbool.h>。
確定! 回上一頁