في هذا الدّرس سنتعرّف على التعابير الحسابية المختلطة وتحويل الأنواع في لغة سي بلس بلس
باستخدام الكثير من الأمثلة.
In this lecture, we will learn about mixed (mathematical) expressions, like:
int
(op)int
double
(op)double
double
(op)int
int
(op)double
And type casting with static_cast
, by understanding a lot of examples.