logo

Crowdly

Browser

Add to Chrome

Об'єктно-орієнтоване програмування (1 курс КН)

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++)

0%
0%
0%
0%
View this question
Скільки функцій може бути в програмі С ++?

(C++)

0%
0%
0%
View this question
До яких наслідків призведе використання ключового слова extern при описі змінної, що знаходиться всередині тіла функції?

(C++)

0%
0%
0%
0%
View this question

Як звернутися до елементу x змінної v , оголошеної в такий спосіб:

struct A {char * x; int y;} v;

(C++)

0%
0%
100%
View this question

Вкажіть, де відбувається оголошення сталих(констант) або змінних

(C++)

0%
0%
View this question
Якщо функція має тип void , то невірно, що

(C++)

0%
0%
0%
View this question
Який буде результат?

 int f (int & x) {

 static int a = 0;

 if (! a) a = ++ x; return a;

}

 int y = 6;

 f ( y );

 cout << f ( y ) << y;

(C++)

View this question

Яке з наступних тверджень про оператора return є не вірним?

(C++)

0%
0%
0%
View this question
Якщо є програма

int a = 7; // в глобальному просторі

void f () {static int a; a + = 5; }

і в функції main() виконується

f (); cout << a;

то якою буде результат?

(C++)

0%
0%
0%
0%
View this question

Відзначте правильні оголошення змінних:

(C++)

0%
0%
0%
0%
View this question

Want instant access to all verified answers on moodle.chnu.edu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome