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.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments