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
Can I make ios apps with c++?
Is python written in c or c++?
When do we use copy constructors?
Explain the difference between new() and malloc() in c++?
how to connect with oracle 9i with server in socket program in c/c++
What are friend classes?
what is pre-processor in C++?
What are the four partitions in which c++ compiler divides the ram?
Difference between pointer to constant vs. Pointer constant
What is a syntax in c++?
What is c++ hash?
What is the first name of c++?
What is #include sstream?
What is implicit conversion/coercion in c++?
How do you clear a buffer in c++?