Is swift better than c++?
No Answer is Posted For this Question
Be the First to Post Answer
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
write the programme that convert a interger to biniry number
Why do we use templates?
What is c++ code?
What is an orthogonal base class in c++?
In C++ cout is: a) object b) class c) something else
11 Answers Infosys, Lehman Brothers,
What is the use of "new" operator?
Describe the syntax of single inheritance in C++?
What kind of jobs can I get with c++?
When is a template a better solution than a base class?
Is std :: string immutable?
What is the use of typedef?