What are arrays c++?


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

Post New Answer

More C++ General Interview Questions

What do you mean by a template?

0 Answers  


What are the three forms of cin.get() and what are their differences?

0 Answers  


Explain the volatile and mutable keywords.

0 Answers  


Explain the operation of overloading of an assignment operator.

0 Answers  


What is a c++ class?

0 Answers  


How does class accomplish data hiding in c++?

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,


is throwing exception from a constructor not a good practice ?

5 Answers   Ericsson,


Explain differences between new() and delete()?

0 Answers  


Why Pointers are not used in C++?

0 Answers   Global Logic,


What are Binay tress and B trees? Diff between them?

8 Answers   CTS, GATE, Wipro,


How do you decide which integer type to use?

0 Answers  


Categories