Looking for Об'єктно-орієнтоване програмування (1 курс КН) test answers and solutions? Browse our comprehensive collection of verified answers for Об'єктно-орієнтоване програмування (1 курс КН) at moodle.chnu.edu.ua.
Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!
(C++)
В змінної типу unsigned char можна зберігати число
(C++)
(C++)
enum {two = 2, three, four, ten = 10, eleven, fifty = ten + 40}; ?
(C++)
int a [2] [3] = { {1,2,3 }, {7,8,9 } };
int * p = & a [0] [1];
p + = 3;
(C++)
Відзначте помилкове твердження:
(C++)
(C++)
(C++)
(C++)
(C++)