Computer Science, asked by sharmarahul5278, 10 months ago

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 omegads03
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