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

Program to check whether a word starts with a capital letter or not.

1 Answers   Infosys,


Conversion from a basic type to a class type may be achieved using______________

5 Answers   HCL,


What are the 4 pillars of oop?

0 Answers  


features of OOPS

22 Answers   Ness Technologies, Satyam,


What is the difference between pass by value,pass by pointer,pass by reference in the catch block in the exception handling in c++

1 Answers   TCS,






how can we design a magic square in c++?or suggest me the basic idea of it.

3 Answers  


Please tell me the oops concept with detailed answer

9 Answers   EEE,


inheritence with example

1 Answers  


Program to read a comment string

1 Answers   IBM,


what are the different types of qualifier in java?

0 Answers   TCS,


how to get the oracle certification? send me the answer

0 Answers   Oracle,


#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; a.x = 22; int c = a.x; int *b = new int; cout << c; return 0; } option: No output 0 22 -(11) Will not compile

1 Answers   CTS, Wipro,


Categories