logo

Crowdly

Browser

Add to Chrome

Обчислювальна техніка та програмування [04123]

Looking for Обчислювальна техніка та програмування [04123] test answers and solutions? Browse our comprehensive collection of verified answers for Обчислювальна техніка та програмування [04123] at vns.lpnu.ua.

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

Який результат виконання наступного фрагмента коду:

View this question
Якого значення набуде змінна

x унаслідок виконання фрагменту коду

int x = 7, y=10;

int *px = &x, py = &y;

py = px; *px = 22; *py += 3;

View this question

Яку задачу розв'язує алгоритм?

Блоксхема

View this question

Який результат виконання наступного фрагмента коду:

int a;

for (a = 0; a<10; a++){

a += a;

}

cout << a;

}

 

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

Що буде виведено на екран внаслідок виконання наступного фрагмента коду:

#include

using namespace std;

class A{

int a = 0;

};

void main()

{

A a1;

cout << a1.a << "\n";

}

View this question

Який результат виконання наступного фрагмента коду:

int arr[5] = { 10, 9, 8, 7, 6 };

for (int i = 1; i <= 5; i++)

cout << arr[i] << "\t";

 

View this question

Код програми, поданий нижче буде скомпільовано без помилок:

#include <iostream>

using namespace std;

void main()

{

int b = 0;

while [b < 4]<

cout <<++b;

>

cout << "Bye";

}

44%
56%
View this question
Якого значення набуде змінна x внаслідок виконання фрагменту С++ коду 

int x = 5, y = (++x)*(x)*(x--)*(x);

View this question

Код програми, поданий нижче буде скомпільовано і виконано без помилок:

0%
0%
View this question

Скільки разів виконається тіло циклу

    for(int j=1; j<15; j++)  j *= j;

View this question

Want instant access to all verified answers on vns.lpnu.ua?

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

Browser

Add to Chrome