Write about c++ storage classes?
No Answer is Posted For this Question
Be the First to Post Answer
Which operator cannot overload?
What does flush do c++?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
Is c++ a float?
Explain the problem with overriding functions
without if else statement can be written ah
What is "strstream" ?
Name the implicit member functions of a class.
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.
How a new element can be added or pushed in a stack?
What is protected inheritance?
How do you master coding?