Quizzes
Site Language: English
Українська
English
Русский
Programming Tests
Login
Sign Up
Programming Tests
Theory
Snippets
Papers
Landing
Android
Prices
FAQ
Cosmo Story
Terms and Conditions
Privacy Policy
Cookies Policy
Send Feedback
memory allocation
:
Content language: 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
← Prev
1
2
Next →
Sign Up Now
or
Subscribe for future quizzes