How do you decide which integer type to use?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of 'this' pointer?
When is the destructor called?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
class HasStatic { static int I; }; Referring to the sample code above, what is the appropriate method of defining the member variable "I", and assigning it the value 10, outside of the class declaration? a) HasStatic I = 10; b) int static I = 10; c) static I(10); d) static I = 10; e) int HasStatic::I = 10;
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
What is a rooted hierarchy?
Why is c++ called oops?
What is a mutable member?
Do you know about C++ 11 standard?
0 Answers Agilent, ZS Associates,
Is c++ fully object oriented?
Differentiate between a template class and class template in c++?
What is a container class?