logo

Crowdly

Browser

Додати до Chrome

Check your knowledge: DEVELOPERS Tests

Шукаєте відповіді та рішення тестів для Check your knowledge: DEVELOPERS Tests? Перегляньте нашу велику колекцію перевірених відповідей для Check your knowledge: DEVELOPERS Tests в softserve.academy.

Отримайте миттєвий доступ до точних відповідей та детальних пояснень для питань вашого курсу. Наша платформа, створена спільнотою, допомагає студентам досягати успіху!

Please, write what will be the output after the execution of the next code fragment:

void main() {     int mas[5] = { 0,1,2,3,4 };     int* ad = mas + 2;     cout << *(mas + 2) + *(ad + 2); }

In case of compilation error please, write C, in case of runtime error please, write R.

Переглянути це питання

Please, write what will be the output after the execution of the next code fragment:

void main() {     int mas[5] = { 1,2,3,4 };     int& ad = mas[2];     int temp;     temp = *mas + ad + *(mas + 4);     cout << temp; }

In case of compilation error please, write C, in case of runtime error please, write R.

Переглянути це питання

Please, write what will be the output after the execution of the next code fragment:

int F(int x, int y = 4) {     cout << x++ << --y;     return x + y; } void main() {     int a = 5, b = 6;     cout << F(a, b); }

In case of compilation error please, write C, in case of runtime error please, write R.

Переглянути це питання

Please, write what will be the output after the execution of the next code fragment:

void F(const int* x) {     for (int i = 0; i < 3; i++)         x[i] += 2; } void main() {     int mas[] = { 1,2,3 };     F(mas);     for (int i = 0; i < 3; i++)         cout << mas[i]; }

In case of compilation error please, write C, in case of runtime error please, write R.

Переглянути це питання

Please, write what will be the output after the execution of the next code fragment:

void main() {     int i = 0;     while (i++ < 5)         cout << i;     cout << i; }

In case of compilation error please, write C, in case of runtime error please, write R.

Переглянути це питання

Please, write what will be the output after execution the next code fragment:

int main() {     int i;     for (i = 0; i < 5; i++)         cout << i;     cout << i; }

In case of compilation error please, write C, in case of runtime error please, write R.

Переглянути це питання

This house is so old now. When it rains, the windows leak and the roof needs to be replaced soon.

__________________, we love it and would never move to another.

0%
100%
0%
0%
Переглянути це питання
My cousin lives ____ Norway.
100%
0%
0%
Переглянути це питання
She ____________ him if she didn’t want him to come.
Переглянути це питання
Which sentence has the same meaning as: He became accustomed to waking up early.
0%
0%
Переглянути це питання

Хочете миттєвий доступ до всіх перевірених відповідей на softserve.academy?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!

Browser

Додати до Chrome