First page
Back
Continue
Last page
Graphics
Arrays as Parameters
Array cannot be passed as pointer
specify the length of the array in the interface file
entry void bar(int n,double arr[n])
n is size of arr[]