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!

Заголовок функції має вигляд: void f( float a, int& b, float c);

Вкажіть правильні варіанти виклику функції, якщо змінні в

викликає функції описані так: float a,x; int b,c; float a,x; int b,c;

(C++)

0%
0%
0%
0%
View this question
Бітової операцією є

(C++)

0%
0%
0%
0%
0%
View this question
Що буде виведено на екран в результаті роботи програми?

#include <stdio.h>

int a, b, c, d;

void f (int a, int & c, int & d)

{

int b;

a = 5; c = 7; b = 9;

}

int main ()

{

a = 1; c = 1; b = 1;

f (b, a, c);

printf ( "% d |% d |% d", a, c, b);

return 0;

}

(C++)

0%
0%
0%
View this question

Виберіть всі правильні відповіді.

Число -1 можна зберігати в змінної типу

(C++)

0%
0%
0%
0%
0%
View this question
Що означає cout << flush ?

(C++)

0%
0%
0%
0%
100%
0%
View this question
Для яких класів пам'яті зв'язування відсутня?

(C++)

0%
0%
0%
0%
0%
View this question
Список параметрів функції описаний як "void".

Що можна сказати про параметри цієї функції.

(C++)

View this question

Параметр функції описаний як "int & a".

Відповідний йому аргумент може бути:

 (C++)
View this question
Які операції можна робити з посиланнями?

(C++)

0%
0%
0%
0%
0%
View this question
Вкажіть основні використовувані маніпулятори потоків.

(C++)

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