1.

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.

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.



Discussion

No Comment Found