Multiple Choice Easy

Qনিচের কোনটি NULL Pointer Declaration?

ID: #25218 SEMESTER – I - COMS - Unit – 3: Section 6: Introduction to C: Pointers 6 views
Question Info
#25218Q ID
EasyDifficulty
SEMESTER – I - COMS - Unit – 3: Section 6: Introduction to C: PointersTopic

Select All That Apply

Tick every correct option, then press Check Answer.

  • A int *p = NULL;
  • B int p = NULL;
  • C NULL *p;
  • D pointer NULL;
Correct Answer

Explanation

এটি একটি Valid NULL Pointer Declaration।

Share This Question

Challenge a friend or share with your study group.