Question: C++ When you pass an array to a function, the function receives Select one: a. the length of the array b. the reference of the

 C++ When you pass an array to a function, the functionreceives Select one: a. the length of the array b. the reference

C++

When you pass an array to a function, the function receives Select one: a. the length of the array b. the reference of the array C. a copy of the array d. a copy of the first element Suppose s1 and s2 are two string objects. What does the following statement do? s2 = & s1; Select one: a. It makes s2 and s1 the same object O b. It copies the contents of s2 to 51 c. This statement is illegal. d. It copies the contents of s1 to 52

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!