- 598 名前:デフォルトの名無しさん [2009/04/05(日) 13:22:14 ]
- 回答群から選ぶ問題だった
1 #include "string.h" #include <string.h> #include <strcmp.h> #include <strings.h> 2 cnt<=3 and flg==FALSE cnt<3 && flg!=TRUE cnt<=3 && flg==FALSE newStr[5] 3 passCheck(*p) passCheck(p) passCheck(&buff) passCheck(buff) 4 flg > 0 flg = 0 flg < 0 flg == 0
|

|