الرجوع
الصوت
المظهر
تسجيل الدخول
أنت تتصفح نسخة مؤرشفة من الموقع
اضغط للانتقال إلى الموقع الجديد بكامل المزايا
علامة (يتطلب تسجيل الدخول)
تم الحل (يتطلب تسجيل الدخول)
Question 58/402
What is the purpose of the increment (++) and decrement (--) operators in programming?
They are used for addition and subtraction operations, respectively, in programming.
They are used for multiplication and division operations, respectively, in programming.
They can only be applied to constants to modify their values.
They are used to increase (++) or decrease (--) the value of a variable by 1.
Previous
Next