InterviewSolution
Saved Bookmarks
| 1. |
Write a program to accept N number of decimal values ( in between 0 to 255) in an array .Find out and. store the corresponding character of the integer part of each decimal values in a separate array.display in the following format.example:65.4 65 A [] 52.89 52 4 |
| Answer» | |