What is recursion?


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

Post New Answer

More C++ General Interview Questions

What is searching?

0 Answers  


How do I download c++?

0 Answers  


Why do we use the using declaration?

0 Answers  


What are the 2 main types of data structures?

0 Answers  


Is c# written in c++?

0 Answers  






Can c++ be faster than c?

0 Answers  


What is anonymous object in c++?

0 Answers  


Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.

1 Answers  


What is the difference between the indirection operator and the address of oper-ator?

0 Answers  


What is the use of typedef?

0 Answers  


Is linux written in c or c++?

0 Answers  


How do you differentiate between overloading the prefix and postfix increments?

0 Answers  


Categories