State two differences between C and C++.
No Answer is Posted For this Question
Be the First to Post Answer
Explain the static storage classes in c++.
What are static and dynamic type checking?
Does c++ vector allocate memory?
given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you
What is encapsulation in c++ with example?
sir there is some problem with nokia5130c-2,when we are trying to upload movies from net then there is a error occurred"FORMAT NOT SUPPORTED" bt its all ready in 3gp format.please tell me what i do now?
In the derived class, which data member of the base class are visible?
What is wrapper class in c++?
What is a parameterized type?
Differentiate between a template class and class template?
Define a conversion constructor?
Why is c++ called oops?