Write a program to reverse a string using recursive function?


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

Post New Answer

More OOPS Interview Questions

What is Hashing and how is it done? Pictorial form?

2 Answers   emc2, Wipro,


what is the size of an empty class

12 Answers   Wipro,


Write a program to reverse a string using recursive function?

0 Answers   TCS,


write a program for function overloading?

14 Answers   HCL, InfoCity, TATA,


How compiler selects(internally) required overridden function in inheritance?

2 Answers   CSC, Infinite Computer Solutions,






Which language is pure oop?

0 Answers  


Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.

0 Answers  


what are the realtime excercises in C++?

0 Answers   IBM, Wipro,


What are callback functions in c++

1 Answers   SoftTech,


what is abstract class ? when is used in real time ? give a exp

5 Answers  


How to overload new operator in c++

2 Answers  


What is OOPS and How it is different from Procedural Programming ?

23 Answers   HP, Infosys, Thyrocare,


Categories