What happens when a null pointer is converted into bool?
(a) an error is flagged
(b) bool value evaluates to true
(c) bool value evaluates to false
(d) the statement is ignored
This question was posed to me in an internship interview.
The query is from Booleans topic in division Types, Pointers, Arrays & Structures in C++ of C++