Answer Posted / hr@tgksolutions.com
Recursion occurs when a function calls itself directly or indirectly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the pure virtual functions?
What is an associative container in c++?
What is class invariant in c++?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
What is virtual methods?
What is the difference between prefix and postfix versions of operator++()?
Can union be self referenced?
Is there any function that can skip certain number of characters present in the input stream?
What is the difference between ++ count and count ++?
What is the insertion operator and what does it do?
Write a c program for binary addition of two 8 bit numbers.
How do you clear a set in c++?
What is the difference between object-oriented programming and procedural programming?
What are the advantages of c++? Explain
What do manipulators do?