ExamTiger : Simplified Guide for competitive exams and interviews
Aptitude Tests, Mental Ability, Objective MCQ Sets, Questions and Answers, PDF, Shortcut Tips

C Program : Programming Concept Questions & Answers



Question : A pointer pointing to a memory location of the variable even after deletion of the variable is known as _____


A.
far pointer
B.
dangling pointer
C.
null pointer
D.
void pointer

Answer / Explanation

Correct Answer is : Option B.


More Questions on C Programming Language