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!

(C/C++) Which of the following is the correct syntax for declaring a function that returns no value?
0%
0%
0%
100%
View this question
(C/C++) Which of the following is the correct increment operator?
0%
0%
0%
100%
View this question
(C/C++) Which of the following is a loop statement?
100%
0%
0%
0%
View this question
(C/C++) What data type is used to store a single character in C/C++?
0%
100%
0%
0%
View this question
(Robotics) What is the term for the study of algorithms that learn and make predictions or decisions based on data?
0%
100%
0%
0%
View this question
(C/C++) Which function is used for dynamic memory allocation in C?
0%
0%
100%
0%
View this question

Please, write what will be the output after the execution of the F() function.

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

View this question

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

void main() {     for (int i = 5; i > 0; i--)         cout << i;     cout << i; }

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

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, 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";     switch (text[0] == text[5]) {     case 1: cout << 1; break;     case 0:  cout << 2; break;     default: cout << 3;     } }

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