Question: Consider the following code. Which statement is the correct way to call the function foo? void foo ( int z [] ); int x[100]; A.

Consider the following code. Which statement is the correct way to call the function foo?

void foo ( int z [] );

int x[100];

A. foo (x)

B. foo (x[])

c. foo(x [100]))

d. foo (&x)

e. foo (&x [] )

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 Mathematics Questions!