A

Admin • 833K Points
Coach

Q. What does 'inline' keyword indicate in C99?

  • (A) The function is recursive
  • (B) The function should be compiled separately
  • (C) The function should be inlined if possible
  • (D) The function cannot return a value
  • Correct Answer - Option(C)
  • Views: 17
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

inline suggests to the compiler to insert function body in place of function call.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.