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!

Який з представлених виразів виводить на екран

0000

0 0

0000

Зауваження: при написанні власних програм з використанням форматованого введення / виведення підключіть файл iomanip.h

(C++)

View this question
У чому різниця між фактичними і формальними параметрами?

(C++)

0%
0%
0%
View this question
Відзначте всі неправильні визначення сталих(констант):

(C++)

0%
0%
0%
View this question
Чи змінюються параметри, що передаються в функцію?

(C++)

0%
0%
0%
0%
View this question
Яке значення отримає p[0] в даному прикладі?

int a [2] [3] = { {1,2,3 }, {7,8,9 } };

int * p = & a [0] [0];

p + = 3;

(C++)

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 (a, b, c);

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

return 0;

}

(C++)

0%
0%
0%
View this question
Виберіть заголовки функцій, що не містять синтаксичних

помилок.

(C++)

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

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

викликає функції описані так:

int a; char* b, *c; float d,x;

 (C++)
View this question
Виберіть всі правильні твердження.

(C++)

View this question
Програма на мові C++ починає виконуватися з:

(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