Q:

WHEN CAN VOID POINTER AND NULL POINTER BE USED IN C?

belongs to collection: C INTERVIEW QUESTIONS AND ANSWERS

0

WHEN CAN VOID POINTER AND NULL POINTER BE USED IN C?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Void pointer is a generic pointer that can be used to point another variable of any data type. Null pointer is a pointer which is pointing to nothing.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C INTERVIEW QUESTIONS AND ANSWERS

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
WHAT IS CONST POINTER IN C?... >>
<< WHAT IS FILE POINTER IN C?...