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 are the 4 pillars of oop?

0 Answers  


monkey starts climbing up a tree 20ft tall,each hour ,it hops 3ft and slips back by 2ft .how much time it wil tak to reach top of the tree?

13 Answers   IonIdea,


What do you mean by inheritance?

0 Answers   IBS,


What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined

7 Answers  


why freind function takes more parameter than normal member function in c++?

1 Answers   IBM,






can inline function declare in private part of class?

1 Answers  


What is oops and why we use oops?

0 Answers  


143.what is oops principles?

10 Answers  


what is the advantage in software? what is the difference between the software developer and Engineer

1 Answers  


what is inline function?

3 Answers  


What is overriding in oops?

0 Answers  


what is the usage of clas templates

5 Answers  


Categories