Important Notice:

Course Content
Switch Statement
0/1
break and continue Statements
0/3
Basic Form Validation in JavaScript
0/1
JavaScript & Angular JS (Chapter- 6) M2-R5.1
About Lesson

Operand:-

                जिन मानों पर ऑपरेटर को लागू किया जाता है, उन्‍हें आपरेंड कहते हैं तथा आपरेंड जिन साइन या symbol के साथ परफार्म होते हैं, उन्‍हें ऑपरेटर कहा जाता है। operators जिन variables पर apply होते है या जिन variables के साथ प्रयोग किये जाते है तो उन variable को operands कहा जाता है

जैसे c=a+b;       

         इस statement में a और b operands है c भी एक operand होता है।

 

Operand:-

                    The values on which the operator is applied are called operands and the signs or symbols with which the operands are performed are called operators. The variables on which operators are applied or with which they are used are called operands like c=a+b; In this statement a and b are operands and c is also an operand.

error: Content is protected !!