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.
C 言語コードで、論理演算にのみ使用される変数が多数ある場合、実行時間が最速になるデータ型は何ですか?
また、ARM または Intel プロセッサ、32 ビット システムまたは 64 ビット システムのどちらを使用しているかによって異なりますか?
コンパイラが許可する場合は、 を含め<stdbool.h>、使用boolし、コンパイラ/RTL ベンダーが正しいことを行うことを信頼します。それ以外の場合は を使用しますint。
<stdbool.h>
bool
int