Problem:
Question 1: Parameters:
a)If reference parameters can be used in any function, why use value parameters at all?
b)How are value parameters useful in processing data in a program?
c)Why is it generally not wise to combine value-returning functions with reference parameters?
d) List 2 situations in which default parameters might be useful..
Arrays:
Question 2: What are at least 2 ways to prevent out of bounds errors when reading input into C-strings?
Question 3: Discuss some useful applications for n-dimensional arrays, such as graphical 3-D or biotechnology applications.
Please read all the questions carefully and answer them.