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

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

0%
0%
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.

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

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.

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

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

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;     for (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.

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

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

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

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

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

Suppose you have defined the House and Boat classes and you want to make a HouseBoat class that inherits from both House and Boat. Which of the following approaches will work?

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

Please enter output result of the following code:

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

Which of the following statements are correct?

  1. Data members of a class are by default public.
  2. Data members of a class are by default private.
  3. Member functions of a class are by default public.
  4. A private function of a class can access a public function within the same class.
  5. Member function of a class are by default private.
0%
0%
100%
0%
0%
Переглянути це питання

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

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

Browser

Додати до Chrome