Inline functions may not work ______ . 1. If function contain static variables. 2. If function contain global and register variables. 3. If function returning value consists looping construct(i.e. for, while). 4. If inline functions are recursive. 5. If function contains const value.
Options:
A .  Only 1,4,5
B .  Only 2,3,5
C .  Only 1,3,4
D .  All of these
Answer: Option C NO EXPLANATION IS AVAILABLE FOR THIS QUESTION!
Submit Comment/FeedBack