Computer Science, asked by preetkumr2, 4 months ago

meaning of =! in c++​

Answers

Answered by Aurilious
1

Answer:

C++ does not have an =! operator, which immediately means that this is an = operator followed by a ! operator. So, you simply have a = ! b in the if condition.

Answered by keyboardavro
0

Answer:

Explanation:

C++ does not have an =! operator, which immediately means that this is an = operator followed by a ! operator. So, you simply have a = ! b in the if condition.

Similar questions