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.
これらの定義を基本型に使用することは良い習慣ですか?
int num1(), num2(0); char ch1(), ch2(' ');
関数定義と間違えやすい。
int nam1(); char ch1();