English
Tamil Nadu Board of Secondary EducationHSC Science Class 11

Differentiate “=” and “==”. - Computer Science

Advertisements
Advertisements

Question

Differentiate “=” and “==”.

Distinguish Between

Solution

  • ‘=’ is an assignment operator which is used to assign a value to a variable that is on the left-hand side of an assignment statement.
  • ‘=’ operator copies the value at the right side
    of the operator to the left side variable. Ex. num = 10; means 10 assign to the variable num.
  • ‘= =’ is a relational operator. It is used to compare both operands are the same or not.
  • Ex. num = = 10 means it compare num value with 10 and returns true(l) if both are same or returns false(0).
shaalaa.com
Lexical Units (Tokens)
  Is there an error in this question or solution?
Chapter 9: Introduction to C++ - Evaluation - Section - C [Page 131]

APPEARS IN

Samacheer Kalvi Computer Science [English] Class 11 TN Board
Chapter 9 Introduction to C++
Evaluation - Section - C | Q 3. | Page 131
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×