- 1
Can any one code dis ????
Write a program in c to pass array as a parameter to the function .
1 Antwort
+ 2
I hope you're not giving out this problem for users to solve, if you have difficulties writing it show your try but passing an array is not that much of a problem
void fun(int arr[]);