InterviewSolution
Saved Bookmarks
| 1. |
write a program to enter an integer number and check whether it is a pal prime or not.where the number should be a prime number as well as palindrome. |
|
Answer» n in C++ =>#include |
|