McqMate
| Q. |
In C, if you pass an array as an argument to a function, what actually gets passed? |
| A. | value of elements in array |
| B. | first element of the array |
| C. | base address of the array |
| D. | address of the last element of array |
| Answer» C. base address of the array | |
View all MCQs in
Data Structure and Algorithms (DSA)No comments yet