C Programming - Old Questions

Question Answer Details

6.In C, if you pass an array as an argument to a function, what actually gets passed?

a) Value of elements in an array.   

b) First element in an array.

c) The address of first element in an array.

d) The address of last element in an array.

1 marks
Asked in 2018-objective

Answer

AI Generated Answer

AI is thinking...