Describe how arrays can be passed to a user defined function

4 years ago
C Programming

One thing to note is that you cannot pass the entire array to a function. Instead, you pass to it a pointer that will point to the array first element in memory. To do this, you indicate the name of the array without the brackets.

0
Sanisha Maharjan
Jan 20, 2022
More related questions

Questions Bank

View all Questions