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 a constructor be private?
Is C++ case sensitive a) False b) Depends on implementation c) True
Is python written in c or c++?
Can a list of string be stored within a two dimensional array?
What is function declaration in c++ with example?
Difference between declaration and definition of a variable.
What is the use of lambda in c++?
What do you mean by function pointer?
What is c++ library?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
Mention the storage classes in c++.
What does extern mean in a function declaration in c++?
Write about the scope resolution operator?
Explain register storage specifier.
What it is and how it might be called (2 methods).