Can inline functions have a recursion? Give the reason?
Answer Posted / guest
Calling the by itself, then the function is no longer
called as Inline. Compiler never know how depth of the
recursion at compilation time. Therefore inline functions
cant have a recursion
Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
Can circle be called an ellipse?
How do pointers work?
Which is most difficult programming language?
What is singleton class in c++?
Can java be faster than c++?
What is near, far and huge pointers? How many bytes are occupied by them?
Can member data be public?
What is friend class in c++ with example?
What's the most powerful programming language?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
Is c++ a good first language to learn?
Which programming language should I learn first?
Write about an iterator class?
What is the output of the following program? Why?
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.