pls relevant answers only those who know kindly answer I'll mark brainliest
difference between && and & in computer
Answers
Answered by
0
Answer:
& vs && & is an operator in programming that performs bit by bit AND operations of the given operands. && is an operator in programming that performs logical AND operation on the multiple decisions. & operator copies a bit to the result if it exists in both operands.
Similar questions