What are exceptions c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is flag in computer?
What are vtable and vptr?
Is vector a class in c++?
Explain linear search.
What is a built-in function?
What is the Maximum Size that an Array can hold?
55 Answers Adobe, FutureSoft, HCL, Infosys, Satyam, TCS, Wipro,
why c++ is not called strictly d super set of c?
What is the keyword auto for?
Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.
Write a struct time where integer m, h, s are its members?
Will the inline function be compiled as the inline function always? Justify.
Is string an object in c++?