1.

To have GCC inline the given function regardless of the level of optimization, we must declare the function with the attribute _________________

A. optimize_inline
B. packed_inline
C. always_inline
D. level_inline
Answer» C. always_inline


Discussion

No Comment Found