Computer Science, asked by ankirajesh2008, 19 days ago

what is ^ symbol in java programming​

Answers

Answered by vinayak8257
0

Answer:

This symbol mean power or Exponent like

2² is mobile but in java it become 2^2

Please mark me as brainlists and follow me

Answered by NotThareesh
0

Answer:

Bitwise XOR

Explanation:

It is a binary operator takes two bit patterns of equal length and performs the logical exclusive OR operation on each pair of corresponding bits.

Similar questions