Interviewer And Interviewee Guide

Embedded Software Engineer Interview Question:

Tell me what are inline functions?

Submitted by: Muhammad
The ARM compilers support inline functions with the keyword __inline. These functions have a small definition and the function body is substituted in each call to the inline function. The argument passing and stack maintenance is skipped and it results in faster code execution, but it increases code size, particularly if the inline function is large or one inline function is used often.
Submitted by: Muhammad

Read Online Embedded Software Engineer Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.