MCQ Practice Single Best Answer Topic: Pointer in C Language

Q What is a pointer in C?

Question ID
#7189
Subchapter
Pointer in C Language
Action
Choose one option below

Choose Your Answer

Click an option to check whether your answer is correct.

  • A A data type
  • B A memory address
  • C A keyword
  • D A function
Correct Answer: B

Explanation

Answer: B

Explanation: A pointer in C is a variable that stores a memory address. It "points" to the location of a specific piece of data in memory.

Share This Question

Share this MCQ with your friends or study group.