Write a program to reverse a string using for loop along with variable descriptions and comments
Answers
Answered by
0
Answer:
Input : arr[] = {1, 2, 3}
Output : arr[] = {3, 2, 1}
Input : arr[] = {4, 5, 1, 2}
Output : arr[] = {2, 1, 5, 4}
Similar questions
Economy,
4 months ago
Science,
4 months ago
Math,
8 months ago
Psychology,
1 year ago
Social Sciences,
1 year ago