top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

C: what actually get passsed when you pass an array as a function argument?

0 votes
524 views
AFirst value of elements in array
BBase address of the array
CAll value of element in array
DAddress of the last element of array

Correct Option: 2  

Explanation:
By passing the name of an array as a function argument; the name contains the base address of an array and the base address (array value) get updated in the main function.
posted Nov 24, 2017 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

...