logo

Crowdly

Browser

Add to Chrome

Програмування, частина 1 (Основи алгоритмізації та програмування) [02966]

Looking for Програмування, частина 1 (Основи алгоритмізації та програмування) [02966] test answers and solutions? Browse our comprehensive collection of verified answers for Програмування, частина 1 (Основи алгоритмізації та програмування) [02966] at vns.lpnu.ua.

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

Задано: float *a= new float[10]; Скільки елементів в оголошеному динамічно масиві?

View this question

Вказівник – це змінна, в якій зберігаєтся:

View this question

Унарна операція * при роботі з вказівниками позначає:

View this question

При виконанні операції ++  над вказівником значення адреси:

View this question
Оголошено масив int a[15] = { -9, 9, -23, 23, 1, -1 }; Чому рівне значення а[3]?

View this question
Оголошено масив  int а[][4] = { { 2, 3 }, { 5, 7, 8 }, { 1 }, { 4, 6 } }; Чому рівне значення а[0][1]?

View this question
Оголошено масив int a[5] = { 9, 33, -23, 8, 1 }; Чому рівне значення а[3]?

View this question
Задано: float* a = (float* )malloc(sizeof(float) * 11); Скільки елементів в оголошеному динамічному масиві?

View this question
Задано: float* a = (float*)calloc(11, sizeof(float)); Скільки елементів в оголошеному динамічному масиві?

View this question
Оголошено масив int a[15] = { 1, 3, 5, 7, 9, 11, 13 }; Скільки елементів в оголошеному масиві?
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