Question: A Statement that tests the equality of two numbers. (2 Points) if(a == b) if(a = b) if(a equals b) if(strcmp(a,b) == 0)
A Statement that tests the equality of two numbers.
(2 Points)
if(a == b)
if(a = b)
if(a equals b)
if(strcmp(a,b) == 0)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
