Vidyalelo
C++ Programming · Q80

Functions and Procedures in C++

Programming · C++ Programming · question 80

Q80

In which of the following cases inline functions may not word? i. If the function has static variables. ii. If the function has global and register variables. iii. If the function contains loops iv. If the function is recursive

A.
i, iv
B.
iii, iv
C.
ii, iii, iv
D.
i, iii, iv
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board