- A A pointer can be dereferenced to access its value
- B A regular variable cannot be passed to a function
- C A pointer can only store integer values
- D A regular variable does not require initialization
- Share this MCQ
Answer:
A
Share this MCQ
Answer: A
Explanation: A pointer allows you to indirectly access the value of a variable by dereferencing the pointer with the * operator. A regular variable can be accessed directly with its identifier.
Click me to Read more Question & Answer of Pointer in C LanguageShare this MCQ