meaning of =! in c++
Answers
Answered by
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
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
English,
3 months ago
Social Sciences,
6 months ago
Chemistry,
6 months ago
Chemistry,
11 months ago
Chemistry,
11 months ago