Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
プロジェクトをビルドしようとしましたが、このエラーが発生しました。この方法で変数を定義しようとした問題が本当にわかりません。
char*c=malloc(100);
そしてこの方法でも:
char c;
ありがとう