- A A pointer that can point to two different memory locations
- B A pointer that stores a floating-point value
- C A pointer that points to another pointer
- D A pointer that can store two integer values
- Share this MCQ
Answer:
C
Share this MCQ
Answer: C
Explanation: A double pointer in C is a pointer that points to another pointer. It is typically used for dynamic memory allocation, where the first pointer points to a dynamically allocated memory block and the second pointer points to a specific location within that block.
Click me to Read more Question & Answer of Pointer in C LanguageShare this MCQ