Give two possible restrictions to an inline functions

      

Give two possible restrictions to an inline functions

  

Answers


Davis
An inline function must be defined before it is first used.Other common restrictions include the following; It cannot contain any loops.It must not be recursive .It cannot a goto or switch statement.It any static variables
Githiari answered the question on November 17, 2017 at 05:36


Next: There are two ways to cause a function to be expanded in line in a computer program.What are they
Previous: What are the ways that a class might indicate an allocation failure in a computer program?

View More Computer Studies Questions and Answers | Return to Questions Index


Exams With Marking Schemes

Related Questions