Which one of the following represents a correct and safe declaration of NULL ?
A) typedef((void *)0) NULL;
b) typedef NULL(char *)0;
c) #define NULL((void *)0)
d) #define NULL((char*)0)
Answers
Answered by
3
You can search on Google
Similar questions