You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the condition first evaluates the left operand, checks whether the value of the pointer is not null. if this evaluates to true, only then it checks the right operand, checks whether the first element in the string pointed to by the pointer is not null. if both operands return true, the condition is true, else it is false.