Sunday, August 2, 2009

Can any body give me list of arthemetic operands used in 'C' language???

Hi, you can find what you're looking for here: http://www.evergreen.edu/biophysics/tech...





If you're looking for samples of C/C++ programs, you can find it here: http://smartcoder.awardspace.com


Go to the C/C++ category for a complete list.





KaBalweg


http://smartcoder.awardspace.com

Can any body give me list of arthemetic operands used in 'C' language???
+, -, *, / (basic)


++, -- (increment)


% (mod)





do bit operands and bool operands count?
Reply:Operands are the things that operators operate on. So, the correct answer to your question would be variables and constants of integer or floating point types. But that's not what you meant to ask, is it?


No comments:

Post a Comment