3. What is a null pointer? There are times when it’s necessary to have a pointer that doesn’t point to anything. The macro NULL, defined in <stddef.h>, has a value …
C ProgrammingInterview Questions and AnswersTechnical Interview Questions and Answers