Site icon Exam4Training

When dealing with specialized programming considerations in C, what is the role of compiler flags?

When dealing with specialized programming considerations in C, what is the role of compiler flags?
A . Compiler flags control optimization levels
B . Compiler flags are only used for debugging purposes
C . Compiler flags have no impact on program execution
D . Compiler flags determine the programming language version

Answer: A

Explanation:

Compiler flags play a crucial role in specialized programming considerations by controlling optimization levels and influencing how the code is compiled and executed.

Exit mobile version