When an array is passed to a function what exactly is passed. A. The values of the array B. The address of the starting variable in the array. C. The addresses of the elements in the array D. None

This question is related to Wipro Interview

Showing Answers 1 - 8 of 8 Answers

Hema Kumar

  • Jul 27th, 2005
 

Answer B

  Was this answer useful?  Yes

Hema Kumar

  • Jul 27th, 2005
 

Answer B

  Was this answer useful?  Yes

Hema Kumar

  • Jul 27th, 2005
 

Answer is B

  Was this answer useful?  Yes

sreekanth

  • Mar 11th, 2006
 

answer is B

  Was this answer useful?  Yes

ravi kiran

  • Jun 27th, 2006
 

When an array is passed to a function what exactly is passed.

A. The values of the array
B. The address of the starting variable in the array.
C. The addresses of the elements in the array
D. None


ans: b

         the add of the starting variable in the array, can be passed.

     

  Was this answer useful?  Yes

manju

  • Feb 10th, 2007
 

the values of array

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions