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 bool in C++

0 Answers  


Write a program to generate the Fibonocci Series in C++.

0 Answers   Accenture,


What is constant keyword in C++? Illustrate its various uses.

0 Answers   Akamai Technologies, Infogain,


Mention the default functions in C++, how would you detect that error has occurred inside the constructor and destructor.

0 Answers   Adobe,


Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.

0 Answers   Alter,


Write a program to read two numbers from the keyboard and display the larger value on the screen

1 Answers  


Name the operators that cannot be overloaded.

1 Answers   Wipro,


How does free know the size of memory to be deleted

0 Answers  


Write a program to read the values a, b and c and display x, where x=a/b–c. Test the program for the following values: (a) a = 250, b = 85, c = 25 (b) a = 300, b = 70, c = 70

1 Answers  


What do you by Function Overloading in C++?

0 Answers   Akamai Technologies, Infogain,


In C++ what do you mean by Inheritance?

0 Answers   Accenture,


Write a program that can take input from 3 to 8 and calculate the average?

0 Answers   Accenture,


Categories