MCQ Single Best Answer Easy

QWhat is a pointer in C?

ID: #7189 Pointer in C Language 214 views
Question Info
#7189Q ID
EasyDifficulty
Pointer in C LanguageTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A A data type
  • B A memory address
  • C A keyword
  • D A function
Correct Answer: Option 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

Challenge a friend or share with your study group.