Saved Bookmarks
| 1. |
write a program to store n number in a arrays store the reverse of the number in another array had the corresponding element of the two into third array print all the three arrays. |
|
Answer» Answer: Given an array (or string), the task is to reverse the array/string. Examples : INPUT : ARR[] = {1, 2, 3} OUTPUT ... Explanation: May this ANSWER will help you plz mark has brainliest |
|