write program for palindrome

Answer Posted / jeet here

#include<stdio.h>
#include<conio.h>
#include<string.h>
void main()
{
string s,s1;



SORRY I HAVE FORGOTTEN RIGHT NOW .PLZ SEND ME THIS
ANSWER TO MY Email.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is increment operator in c++?

738


How are the features of c++ different from c?

774


How is computer programming useful in real life?

767


What information can an exception contain?

862


Give an example of run-time polymorphism/virtual functions.

730






What is a .lib file in c++?

739


Is java easier than c++?

768


Why we use #include conio h in c++?

771


what are the iterator and generic algorithms.

1882


What is the use of cmath in c++?

769


What are the uses of c++ in the real world?

754


what are Operators and explain with an example?

914


Do class declarations end with a semicolon? Do class method definitions?

843


Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?

1923


What is a node class in c++?

806