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
What are the advantage of using register variables?
What is pointer with example?
Can manipulators fall in love?
What are the various storage classes in C++?
What is istream and ostream in c++?
What is a namespace in c++?
What is java and c++?
What are c++ data types?
Explain pass by value and pass by reference.
Explain the concept of copy constructor?
What is null pointer and void pointer and what is their use?
What is a literal in c++?
Can c++ do everything c can?
How to tokenize a string in c++?
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num