Ask Question
11 March, 10:56

The = operator and the = = operator perform the same operation when used in a boolean expression.

+2
Answers (1)
  1. 11 March, 12:59
    0
    = is the assignment operator

    = = is the equality comparison operator

    Doesn't change for a boolean expression in C derived languages.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “The = operator and the = = operator perform the same operation when used in a boolean expression. ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers