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.
前に関数を宣言しない限り、ポインター引数を使用して関数を呼び出すときに使用される役割はどれですか?floatがdoubleにプロモートされ、汎整数拡張が実行されることは知っていますが、ポインターはどうなりますか?
何もない。デフォルトの引数プロモーションはポインタ型の引数には適用されないため、型と値は変更されません。