Page 1 of 1

.الخرج هو: 12 class Rectangle { public: float 1, b; Rectangle() { 1=4; b=8; } }; int main() { Rectangle rect; cout <
Posted: Mon Jun 06, 2022 6:44 pm
by answerhappygod
 1
1 (22.58 KiB) Viewed 15 times
 2
2 (21.95 KiB) Viewed 15 times
.الخرج هو: 12 class Rectangle { public: float 1, b; Rectangle() { 1=4; b=8; } }; int main() { Rectangle rect; cout <<rect.1*rect.b; } حقيقي 0 * O خطأ شنيع

.الإخراج خطأ class X { public: static int i; X() { }; }; int main() { x obj; cout << obj.i; } حقيقي 0 // construtor خطأ شنيع