State whether the statement is True or False? No matter the underlying data type if values are equal returns true
State whether the statement is True or False? No matter the underlying data type if values are equal returns true,
char ch1, ch2;
if (ch1==ch2)
print “Equal”
13 views