Single Choice Easy

QWhat is a NULL pointer in C?

ID: #7192 Pointer in C Language 291 views
Question Info
#7192Q ID
EasyDifficulty
Pointer in C LanguageTopic

Choose the Best Option

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

  • A A pointer that points to a non-existent memory location
  • B A pointer that has not been initialized
  • C A pointer that points to the first memory location in the system
  • D A pointer that points to the end of the system memory
Correct Answer

Explanation

Answer: A

Explanation: A NULL pointer in C is a pointer that points to a non-existent memory location. It is typically used to indicate that a pointer does not currently point to a valid object.

Share This Question

Challenge a friend or share with your study group.