When one must use recursion function? Mention what happens when recursion functions are declared inline?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Define private, protected and public access control.

0 Answers  


How would you use the functions memcpy(), memset(), memmove()?

0 Answers  


What do you mean by volatile and mutable keywords used in c++?

0 Answers  


What is a mutable member?

1 Answers  


Explain one-definition rule (odr).

0 Answers  






Explain the uses oof nested class?

0 Answers  


string somestring ; Which of the following choices will convert a standard C++ string object "somestring" to a C string? a) Copy.somestring () ; b) somestring.c_str () c) &somestring [1] d) std::cstring (somestring) e) (char *) somestring

1 Answers   Quark,


What is the difference between a template and a macro?

0 Answers  


How do c++ struct differs from the c++ class?

0 Answers  


When is a template better solution than a base class??

2 Answers   emc2,


Is empty stack c++?

0 Answers  


Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement

0 Answers  


Categories