Write a C++ program to print strings in reverse order.


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

Post New Answer

More C++ Interview Questions

What is meant by exit controlled loop?

0 Answers   Adobe,


What is Coupling?

0 Answers   Cap Gemini,


If class D is derived from a base class B

0 Answers  


How to run C++ program in cmd

0 Answers  


What is Copy Constructor?

5 Answers   ABC, Siemens,


How many times will this loop execute? Explain your answer.

0 Answers  


dynamic scoping is

0 Answers   Siemens,


Define type casting in C++.

0 Answers   Amdocs,


Identify the errors in the following program. #include <iostream> using namespace std; void main() { int i=5; while(i) { switch(i) { default: case 4: case 5: break; case 1: continue; case 2: case 3: break; } i-; } }

1 Answers  


How to convert integer to string in C++

0 Answers  


What Is A Default Constructor in C++ ?

0 Answers   Amazon,


How does stack look in function calls? When does stack overflow? What can you do to remedy it?

0 Answers   Adobe,


Categories