0

これらの定義を基本型に使用することは良い習慣ですか?

int num1(), num2(0);
char ch1(), ch2(' ');

関数定義と間違えやすい。

int nam1();
char ch1();
4

1 に答える 1