Site icon Exam4Training

When working with specialized programming considerations in C, what is a common method used to optimize code for performance?

When working with specialized programming considerations in C, what is a common method used to optimize code for performance?
A . Compiler optimization
B . Loop unrolling
C . Function inlining
D . Parallel processing

Answer: C

Explanation:

Function inlining is a common method used to optimize code for performance by replacing a function call with the body of the function itself at the call site.

Exit mobile version