Тесты
Язык сайта: Русский
Українська
English
Русский
Тесты по программированию
Вход
Регистрация
Тесты по программированию
Теория
сниппеты
Статьи
Главная
Android
Цены
FAQ
История Cosmo
Правила и условия сервиса
Политика конфиденциальности
Политика в отношении файлов cookie
Обратная Связь
memory allocation
:
Язык контента: English
Русский
What will printed out by cout? #include <iostream> ...
memory allocation
Given two C++ classes below, which class instance will have a larger memory size...
memory allocation
What will be printed after execution: #include <memory> #include &...
memory allocation
What will print a piece of code: enum : { RED, GREEN, BLUE }; cout &l...
memory allocation
What is the sizeof (A) on the 32-bit platform, where A has the following definit...
memory allocation
32-bit system. What will print the program: int main() { char a[]...
memory allocation
How many bytes are reserved for the array? char cAr1[]="ABC" ...
memory allocation
How much memory does an empty class object take?...
memory allocation
Given example of C++ class initialization and destruction. What will be printed...
memory allocation
What will the given code print? #include <iostream>...
memory allocation
What is sizeof(struct StructT) equal to?...
memory allocation
Whether the next code will be compiled in c++: #include &...
memory allocation
What will be printed when the following code is executed? ...
memory allocation
(Standard C99) What value will be contained in z.lines.line12 after assignment o...
memory allocation
How much memory does an empty class object take?...
memory allocation
Is the code correct from the viewpoint of memory allocation? ...
memory allocation
Which of these code fragments create an array of n length and then ...
memory allocation
← Предыдущая
1
Следующая →
Зарегистрируйся сейчас
или
Подпишись на будущие тесты