Question - What does it mean when a pointer is used in an if statement?
Answer -
Any time a pointer is used as a condition, it means βIs this a non-null pointer?β A pointer can be used in an if, while, for, or do/while statement, or in a conditional expression.