logo

Crowdly

Browser

Add to Chrome

Check your knowledge: DEVELOPERS Tests

Looking for Check your knowledge: DEVELOPERS Tests test answers and solutions? Browse our comprehensive collection of verified answers for Check your knowledge: DEVELOPERS Tests at softserve.academy.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

I´m not sure I trust Peter. He ______ the person we think he is.
0%
100%
0%
View this question
Peter decided ___________ for a new job.
100%
0%
0%
View this question
It __________that taking a nap after lunch is very healthy.
0%
100%
0%
View this question
In England people usually __ hands when they first meet.
0%
100%
0%
0%
View this question
My brother has ___ sons.
0%
0%
100%
View this question
Cambridge __________ a beautiful city.
0%
0%
100%
View this question

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]; }

View this question

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); }

View this question
Please, choose the numbers of invocations of the function swapn which will be executed without errors.

100%
100%
0%
0%
0%
View this question

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; }

View this question

Want instant access to all verified answers on softserve.academy?

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

Browser

Add to Chrome