If we have a program that writes the output data (numbers) to the disc and if we collect the output data and write it on the disc in one write operation instead of writing the numbers one by one.
In the above situation the area where we gather the number is called
Heap
Stack
Buffer
Cache
Consider the following code segment.
String str[5] = {String(“Programming”), String(“CS201”)};
Default constructor will be called for all 5 objects
Parameterized constructor will be called for all 5 objects
Parameterized constructor will be called for first 2 objects
Default constructor will be called for first 2 objects
About Cramster | Terms of Use | Privacy Policy | Contact Us | Press Room | Site Map | Support | Anti-Cheating Policy