Can inline functions have a recursion? Give the reason?
Answer Posted / siva
I have tested The answer is....
Yes, you can use but Not preferable.
Inline functions are expanded as macros at compile time.
Generally inline is used if the function has fewer lines of
code.
| Is This Answer Correct ? | 6 Yes | 9 No |
Post New Answer View All Answers
How do you define a class in c++?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
What is recursion?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
What is object in c++ wikipedia?
What are special characters c++?
Incase of a function declaration, what is extern means?
When are exception objects created?
Describe the process of creation and destruction of a derived class object?
What is lambda in c++?
Explain what you mean by a pointer.
Can we make copy constructor private in c++?
What are references in c++? What is a local reference?
how to explain our contribution in the project?
What is a volatile variable in c++?