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 is :: operator in c++?
What's the "software peter principleā?
Explain selection sorting. Also write an example.
How much maximum can you allocate in a single call to malloc()?
What are built-in functions? What is the syntax for the definition?
Explain terminate() function?
Does c++ support multilevel and multiple inheritances?
Is map ordered c++?
Can I run c program in turbo c++?
When you overload member functions, in what ways must they differ?
What do you mean by public protected and private in c++?
How can virtual functions in c++ be implemented?
What is a c++ vector?
How do I tokenize a string in c++?
Which one between if-else and switch is more efficient?