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

Options

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

Click to view Correct Answer

Exam Quiz App on Google Play

Previous || Next

Arrays - General Questions more questions

Which of the following statement is correct?

Which of the following statement is correct?

Which of the following statements is correct?

What will happen if in a C program you assign....

What does the following declaration mean? int (*ptr)[10];

Declare the following statement? "An array of three pointers to....

What do the following declaration signify?

Declare the following statement? "A pointer to an array of....

What do the following declaration signify?

What do the following declaration signify?

Arrays - General Questions more Online Exam Quiz

Constructors and Destructors - General Questions

Functions - General Questions

Objects and Classes - General Questions

OOPS Concepts - General Questions

References - General Questions

Complicated Declarations - General Questions

Control Instructions - General Questions