News

// Take as input N, the size of array. Take N more inputs and store that in an array. Write a function that reverses the array. Print the values in reversed array. // 1.It reads a number N. // 2.Take ...
Reversing a string is a technique so that the 1st character becomes the last character and so on. Suppose we have a string called “prepinsta” so we have to find reverse of that string is “atsniperp” ...