What does the ‘NULL’ keyword represent in C?
What does the ‘NULL’ keyword represent in C? a) A zero value b) A pointer that does not point to any object or function c) An undefined value d) A memory address Answer: b) A pointer that does not point to any object or function Explanation: In C, the NULL keyword represents a pointer that […]
What does the ‘NULL’ keyword represent in C? Read More »