Describe public access specifiers?
No Answer is Posted For this Question
Be the First to Post Answer
To which numbering system can the binary number 1101100100111100 be easily converted to?
What is null pointer and void pointer?
What is the use of structure in c++?
What is function overloading in C++?
What is switch case in c++ syntax?
What is the difference between a shallow copy and a deep copy?
How did c++ get its name?
What is ifstream c++?
What are the basics concepts of OOPS?
class X { private: int a; protected: X(){cout<<"X constructor was called"<<endl;} ~X(){cout<<"X destructor was called"<<endl} }; Referring to the code above, which one of the following statements regarding "X" is TRUE? a) X is an abstract class. b) Only subclasses of X may create X objects. c) Instances of X cannot be created. d) X objects can only be created using the default copy constructor. e) Only friends can create instances of X objects.
Memory is not a constraint. In a single iteration(NOTE: you can't go back), how will you find out the 10th last node/item in a linked list.
16 Answers BNB, FDS, Goldman Sachs, Nagarro,
What is the header file for setw?