arrays in reverse order

  • C

C Program To Display Elements of Array In Reverse Order using Pointers

Write a c program to display/print elements of an array in reverse order, using pointers. Pointer Variable: Pointer variable is…

4 years ago