[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

C Programming :: Arrays - Discussion

Home > C Programming > Arrays > MCQs Questions Discussion

70 / 55

Choose the correct option.

When an array is passed as parameter to a function, which of the following statement is correct

AThe function can change values in the original array

BIn C parameters are passed by value. The function cannot change the original value in the array

CIt results in compilation error when the function tries to access the elements in the array

DResults in a run time error when the function tries to access the elements in the array

Answer: Option (Login/Signup)

Show Explanation

Asked In :: Wipro

Post Your Answer Here:     

No Discussion on this question yet!