if int b = 123 & a [ ] = {1,2,3}
Then can we check both are equal like this:-
If (a [ ] == b)
{
Statement
}
Or there's some other way
Answers
Answered by
0
if int b = 123 & a [ ] = {1,2,3}
Then can we check both are equal like this:-
If (a [ ] == b)
{
Statement
}
The statement is correct.
Similar questions