2017/06/13
char
Grilled ratatouille has a lovely summertime charA little summertime char on the veggies could be a good thing. And indeed it was. The result was a tasty dish that was somewhere in between a grilled vegetable salad (but not quite as acidic) and a traditional ratatouille (but not quite capturing that(続きを読む)
C言語(char型)についての質問です。char型の配列に格納した文字列を出力させたい...
C言語(char型)についての質問です。char型の配列に格納した文字列を出力させたいのですが、 「間接参照のレベルが 'char' と 'char [7]' で異なっています。 」というエラーが出ます。 調べてもわからないので、詳しい方教えていただけないでしょうか。 #include <stdio.h> void main(void){ char cMoji[3]; int i; cMoji[0]= "あああ"; cMoji[1]= "いいい"; cMoji[2]= "ううう"; i=0; while(i < 2){ printf("%s¥n",cMoji[i++]); } }(続きを読む)
- 関連記事
-
- lgbt (2017/06/13)
- 雅 (2017/06/13)
- char (2017/06/13)
- hisashi (2017/06/13)
- 関ジャム (2017/06/13)