
- Forum
- Programming Talk
- C and C++
- operand
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 ...
-
05-04-2008, 06:41 AM #1
- 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
-
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.
«
c
|
Debugging Tools
»

Reply With Quote





