logo

Crowdly

Browser

Додати до Chrome

Check your knowledge: DEVELOPERS Tests

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

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

I´m not sure I trust Peter. He ______ the person we think he is.
0%
100%
0%
Переглянути це питання
Peter decided ___________ for a new job.
100%
0%
0%
Переглянути це питання
It __________that taking a nap after lunch is very healthy.
0%
100%
0%
Переглянути це питання
In England people usually __ hands when they first meet.
0%
100%
0%
0%
Переглянути це питання
My brother has ___ sons.
0%
0%
100%
Переглянути це питання
Cambridge __________ a beautiful city.
0%
0%
100%
Переглянути це питання

Please, write what will be the output after the execution of the fragment of code below.

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

    
void main() {     string text = "abcdef";      for (int i = 0; i < 7; i++)     {         continue;         cout << text[i];     }     cout << text[0]; }

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

Please, write what will be the output after the execution of the fragment of code below.

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

void main() {     char* text = "abcdef";     int i = 0;     do         cout << text[++i];     while (i != 4); }

Переглянути це питання
Please, choose the numbers of invocations of the function swapn which will be executed without errors.

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

Please, write what will be the output after the execution of the fragment of code below.

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

void main() { 	const unsigned MSize = 10; 	unsigned u[] = { 1 ,20, 20, 30, 20 }; 	list <unsigned> a(u, u + 5); 	vector<unsigned> b(MSize); 	unique_copy(a.begin(), a.end(), b.begin()); 	unsigned s = 0; 	vector<unsigned>::iterator f = b.begin(); 	while (f != b.end())s += *f++; 	cout << s; }

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

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

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

Browser

Додати до Chrome