1.void is used when the function does not return a value
2.void is also used when the value of a pointer is null
3.void is used as the base type for pointers to objects of unknown type
4.void is a special fundamental type
Answer:2