logo

Crowdly

Browser

Add to Chrome

Об'єктно-орієнтоване програмування (1 курс КН)

Looking for Об'єктно-орієнтоване програмування (1 курс КН) test answers and solutions? Browse our comprehensive collection of verified answers for Об'єктно-орієнтоване програмування (1 курс КН) at moodle.chnu.edu.ua.

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

Яке значення отримає "p [0]" в даному прикладі?

int a [2] [3] = { {1,2,3 }, {7,8,9 } };

int * p = & a [0] [0];

p + = 2;

(C++)

0%
0%
0%
0%
0%
View this question
Виберіть приклад вказівника-константи.

(C++)

View this question
Відзначте правильне визначення сталих(констант)и:

(C++)

0%
0%
0%
View this question
Що означає cout << setw(3)?   (C++)
0%
0%
0%
0%
View this question
Відзначте, яким визначенням функції може відповідати виклик func(5.98) :

(C++)

0%
0%
0%
0%
0%
View this question
Що можна робити з вказівниками на функції?

(C++)

View this question
Що описує даний програмний код?

struct {

char fio [30];

int date, code;

double salary;

} Staff [100], * ps;

(C++)

View this question
Яке з наступних оголошень є оголошенням незмінного вказівника?

(C++)

View this question

Чи вірний нижченаведений код?

Який результат його роботи?

#include <conio.h>

 #include <iostream>

int main () {

enum {t, x, y, z, w};

 std::cout << t + x + y + z + w;

 getch ();

return 0;

} (C++)

 

View this question
Що повертає функція, прототип якої оголошений наступним чином:

struct A {char * x; int y;};

A fun (void);

(C++)

View this question

Want instant access to all verified answers on moodle.chnu.edu.ua?

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

Browser

Add to Chrome