what is the meaning of 1! in java?
Answers
Answered by
0
Answer:
1 and !( x == 1) both are same. For an example if x is 2 the first one returns true . In the second one (x == 1) this part returns false .
Answered by
0
Answer:
int n;
for ( n = 0; i >0; n++)
{
i &= (i-1);
}
return n;
//maybe its function is to count the number of 1, I don't know the sentence means
Explanation:
this is the answer I hope it help you please mark me as brainlist
Similar questions