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 increment operator in c++?
How are the features of c++ different from c?
How is computer programming useful in real life?
What information can an exception contain?
Give an example of run-time polymorphism/virtual functions.
What is a .lib file in c++?
Is java easier than c++?
Why we use #include conio h in c++?
what are the iterator and generic algorithms.
What is the use of cmath in c++?
What are the uses of c++ in the real world?
what are Operators and explain with an example?
Do class declarations end with a semicolon? Do class method definitions?
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?
What is a node class in c++?