1.

Inline functions may not work ______ .i) If function contain static variables.ii) If function contain global and register variables.iii) If function returning value consists looping construct(i.e. for, while).iv) If inline functions are recursive.v) If function contains const value.

A. Only i,iv & v
B. Only ii,iii & v
C. Only i,iii & iv
D. All of the above
Answer» D. All of the above


Discussion

No Comment Found