How do I tokenize a string in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
Is c++ a low level language?
Define a constructor - what it is and how it might be called (2 methods)?
write the programme that convert a interger to biniry number
Explain the difference between 'operator new' and the 'new' operator?
What is data binding in c++?
class X { public: int x; static void f(int z); }; void X::f(int y) {x=y;} What is the error in the sample code above? a) The class X does not have any protected members. b) The static member function f() accesses the non-static z. c) The static member function f() accesses the non-static x. d) The member function f() must return a value. e) The class X does not have any private members.
What is constructor in C++?
What are access specifiers in C++?
Does c++ cost money?
Why is c++ is better than c?
Which is not a valid keyword a) public b) protected c) guarded