How do you decide which integer type to use?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is the use of 'this' pointer?

0 Answers   Fidelity,


When is the destructor called?

0 Answers  


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 .

0 Answers  


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;

1 Answers   Quark,


How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?

0 Answers   Yahoo,






What is a rooted hierarchy?

0 Answers  


Why is c++ called oops?

0 Answers  


What is a mutable member?

1 Answers  


Do you know about C++ 11 standard?

0 Answers   Agilent, ZS Associates,


Is c++ fully object oriented?

0 Answers  


Differentiate between a template class and class template in c++?

0 Answers  


What is a container class?

0 Answers  


Categories