In C, what is `NULL` typically defined as?
Question 1
Q1. In C, what is `NULL` typically defined as?
Answer: (void *)0
Explanation: NULL is defined as (void *)0, representing a null pointer constant. NET computer science MCQs often test this core concept.