NTA UGC NET Aug 2024 Paper-2
April 11, 2025NTA UGC NET Aug 2024 Paper-2
April 11, 2025NTA UGC NET Aug 2024 Paper-2
Question 16 |
Which of the following statements about pointers in C are TRUE.
(A) Pointers can be used to access array elements
(B) Pointers can store the address of another pointer
(C) Pointers are automatically deferenced in expression
(D) Pointers cannot be used to access structure members
Choose the correct answer from the options given below :
(A) Pointers can be used to access array elements
(B) Pointers can store the address of another pointer
(C) Pointers are automatically deferenced in expression
(D) Pointers cannot be used to access structure members
Choose the correct answer from the options given below :
(A) and (C) only
| |
(A) and (B) Only | |
(B) and (C) Only | |
(C) and (D) Only |
Question 16 Explanation:
The correct answer is (A) and (B) only.
Correct Answer: B
Question 16 Explanation:
The correct answer is (A) and (B) only.