How does list r; differs from list r();?
No Answer is Posted For this Question
Be the First to Post Answer
Why is c++ difficult?
What is general format for a prototype?
Explain the concept of friend function in c++?
How many different levels of pointers are there?
Write about c++ storage classes?
What is abstraction with real time example?
What are the two main components of c++?
What is the output of printf("%d")?
58 Answers CTS, HCL, Infosys, TCS, Winit, Wipro,
What is difference between class and function?
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 about the local class and mention its use?
What is else syntax in c++?