Exforsys
+ Reply to Thread
Results 1 to 2 of 2

operand

This is a discussion on operand within the C and C++ forums, part of the Programming Talk category; Hi am yousuf here, am just wondering that anyone can help me about operand??? What does it mean??For e.g: The ...

  1. #1
    yousafsalim is offline Junior Member Array
    Join Date
    May 2008
    Answers
    1

    operand

    Hi
    am yousuf here, am just wondering that anyone can help me about operand???
    What does it mean??For e.g:

    The operand of a pointer must be a variable.....

    What does operand mean.

    Thanks

    Reagrds

    Yousuf Saleem


  2. #2
    blenda is offline Member Array
    Join Date
    May 2006
    Answers
    36
    Operands are the objects that are manipulated. That is for example if you have
    7-y
    then both 7 and y represent operands and - denote operator. Same concept applies for pointers also.


Latest Article

Network Security Risk Assessment and Measurement

Read More...