Let Us C Solution | Chapter 13 Exercise 1-b |Arrays in C Programming Solving Complex Challenges
Duration: 6:25 Min | Sep 10, 2023
If an array arr contains n elements, then write a program to check if
arr[ 0 ] = arr[ n-1 ], arr[ 1 ] = arr[ n - 2 ] and so on.