What is the header file for setw?
No Answer is Posted For this Question
Be the First to Post Answer
How const int *ourpointer differs from int const *ourpointer?
What is abstraction c++?
State the difference between pre and post increment/decrement operations.
what is oops
What are the various storage classes in C++?
What are arrays c++?
What is the difference between static link library and dynamic link library?
What are the general quetions are in DEna bank manager IT/System interviews?
structure contains int, char, float how it behaves for big endian and little endian?
How to declaring variables in c++?
class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected
Should the this pointer can be used in the constructor?