Question: C program: Multiple Choice 1. When an array name is used as a parameter, which description is correct? A. When function calling happens, all the

C program: Multiple Choice

1. When an array name is used as a parameter, which description is correct? A. When function calling happens, all the array elements will be passed to the parameter. B. When function calling happens, the first element in the array will be passed to the parameter. C. When function calling happens, the address of the first element in the array will be passed to the parameter. D. When function calling happens, the addresses of all the elements in the array will be passed to the parameter.

2. How many arguments in the function calling statement Func(exp1 , exp2+exp3 , exp4*exp5); ? A. 3 B. 4 C. 5 D. syntax error

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!