
05-04-2010, 12:44 PM
|
 |
طالب جامعى ( صيدلة القاهرة )
|
|
تاريخ التسجيل: Aug 2008
العمر: 33
المشاركات: 210
معدل تقييم المستوى: 18
|
|
اقتباس:
المشاركة الأصلية كتبت بواسطة سيف سالم
assignment statements carry out assignment operations, which consist of taking the value on the right side of the assignment operator (=) and storing it in the element on the left
x = y + z + findresult(3)
the preceding example adds the value held in variable y to the value held in variable z, and then adds the value returned by the call to function findresult. The total value of this expression is then stored in variable x.
|
وهذا معناه قبل تنفيذ أمر التخصيص
__________________
|