Тесты
Язык сайта: Русский
Українська
English
Русский
Тесты по программированию
Вход
Регистрация
Тесты по программированию
Теория
сниппеты
Статьи
Главная
Android
Цены
FAQ
История Cosmo
Правила и условия сервиса
Политика конфиденциальности
Политика в отношении файлов cookie
Обратная Связь
const-qualifier
:
Язык контента: English
Русский
Will the following code compile? If no - which lines will compilation errors occ...
const-qualifier
Which of the following code fragments do not contain errors?...
const-qualifier
Will the following code compile? If no - which lines will compilation errors occ...
const-qualifier
How does a constant object initializing if the const qualifier prohibits...
const-qualifier
Which of the numbered lines below contain initialization errors. floa...
const-qualifier
What will be printed as a result of execution of this code: class Obj...
const-qualifier
char * const a, b; What type have a and b...
const-qualifier
What will be displayed: #include <iostream> class A { public...
const-qualifier
Given an example of passing arguments by references. In which rows compilation w...
const-qualifier
If one of the fields of the constant object must be able to be changed, you shou...
const-qualifier
What is the problem in this program? char * CutString(const char * st...
const-qualifier
Which lines of the following code contain errors? 1 int main() 2...
const-qualifier
Which of the lines having variable initialization can be put instead of dots to ...
const-qualifier
Having the following class declaration with functions, choose the lines, which h...
const-qualifier
What will be the result of the following function call? #...
const-qualifier
How typedef influences parameter of the function, which is the pointer to the co...
const-qualifier
Select lines in which assignment and initialisation is correct in C++: ...
const-qualifier
Having the struct with const function, what will be printed as a result of progr...
const-qualifier
Where do you need to add the conversion function operator int () const...
const-qualifier
Having the structure with different members delcarations, select lines containin...
const-qualifier
Is it possible, without using the mutable keyword for the m_n...
const-qualifier
Does the code contain errors that prevent the code from compiling? ...
const-qualifier
Indicate lines containing errors: struct A { mutable in...
const-qualifier
How many times the non-template function func will be triggered? ...
const-qualifier
What values will be printed if you remove the volatile keyword in the fo...
const-qualifier
What the program will print: s.cpp: const char* ...
const-qualifier
What's the difference between the line 1 and the line 2? ...
const-qualifier
What will be printed as a result of execution of the following code? ...
const-qualifier
Which version of the code will be compiled? //1 double a ...
const-qualifier
Which lines case errors? int main() { int n = 10, m =...
const-qualifier
What will be printed as the result of the program? #inclu...
const-qualifier
Is the declaration of the modify method in the Test cl...
const-qualifier
What will be printed out as a result of the following code execution? (C++11) ...
const-qualifier
← Предыдущая
1
Следующая →
Зарегистрируйся сейчас
или
Подпишись на будущие тесты