Program.c
Output: Array elements: 1 2 3 4 5
With supporting text below as a natural lead-in to additional content.
Q1. In C programming, how is an array typically passed to a function?
Q2.What is the advantage of passing an array's memory address to a function in C?