Computer Science, asked by pallavighuge800, 1 year ago

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 BrainpoweredBoy
3

You can search on Google

Similar questions