Closed Ankit152 closed 3 years ago
Given a vector of N positive integers. Your task is to print the vector elements in reverse order.
Input: N = 5 vector -> 1 2 3 4 5
Output: 5 4 3 2 1
Hi, I am interested to solve this issue. So I would request you to assign this issue to me. @Ankit152 Regards, Angsuman Patra
Given a vector of N positive integers. Your task is to print the vector elements in reverse order.
Input: N = 5 vector -> 1 2 3 4 5
Output: 5 4 3 2 1