Consider the declarations
Int nums[100];
Int *nPtr;
The statement ____ produces the same result as nPtr = nums;.
A) nPtr = &nums[0];
B) nPtr = nums[0];
C) nPtr = *nums[0];
D) nPtr = &nums;
Correct Answer:
Verified
Q34: When an array is created, the compiler
Q35: Assuming grade is an array of ten
Q36: If numPtr is declared as a pointer
Q37: Pointers _ be initialized when they are
Q38: In performing _ on pointers, we must
Q40: Adding _ to a pointer causes the
Q41: Of the following expressions, _ is the
Q42: int *ptNum = &miles; is _.
A)always valid
B)never
Q43: Consider the following declarations of a function
Q44: If nums is a two-dimensional integer array,
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents