Question: please write the program In c++ Assuming that a text file named INPUT.TXT contains 15 numbers separated by a space. Write a function named palindromic_numbers,

 please write the program In c++ Assuming that a text file

please write the program In c++

Assuming that a text file named INPUT.TXT contains 15 numbers separated by a space. Write a function named palindromic_numbers, that reads the file INPUT.TXT and creates a new file named PALINDROME.TXT, to contain only those numbers that are palindrome. A number is said to be palindrome if it's reverse is same as the original number. Sample Input File: If INPUT.TXT contains the following: 2113556517823421111189 Sample Output File: Then the PALINFROME.TXT shall contain

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!