有人說c語言中沒有bool型別,只有c 中有,果真如此? 先看沒有bool型別時,c中表示bool型別的方法: 1、 typedef int bool; #define false 0 #define ...
確定! 回上一頁