write program for palindrome
Answer Posted / viggi
here, don't use long int
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what data encapsulation is in c++?
What is scope resolution operator in c++ with example?
What is c++ w3school?
What are the characteristics of friend functions?
What is purpose of abstract class?
Difference between struct and class in terms of access modifier.
What is the default width for ouputting a long integer using the insertion operator?
Is oops and c++ same?
What is the arrow operator in c++?
Describe protected access specifiers?
What is linked list in c++?
what do you mean by volatile variable?
What is binary object model?
I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.
Write a C++ Program to check whether a number is prime number or not?