What is the default value of a pointer that has NOT been initialized in C?
2025
What is the default value of a pointer that has NOT been initialized in C?
Answer: D. Undefined (Garbage Value)
- A.
NULL
- B.
-1
- C.
0
- D.
Undefined (Garbage Value)
Attempted by 377 students.
Show answer & explanation
Correct answer: D
Loading lesson…