MCQ Single Best Answer Easy

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

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

Choose the Best Option

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

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

Explanation

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

Share This Question

Challenge a friend or share with your study group.