Answer Posted / anjali
No inline function dnt hv recursion because inline function
cantains one or two line code only
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
How do you remove an element from a set in c++?
What does it mean to declare a member variable as static?
What are the basics of local (auto) objects?
How do I exit turbo c++?
What does new do in c++?
What is difference between c++ and c ++ 14?
What is the maximum value of a unsigned char a) 255 b) 256 c) 128
What is the limitation of cin while taking input for character array?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
How do I download c++?
What is an orthogonal base class in c++?
Explain what is oop?
Explain how we implement exception handling in c++?
Explain the difference between overloading and overriding?