Tell me difference between constant pointer and pointer to a constant.
No Answer is Posted For this Question
Be the First to Post Answer
Can the creation of operator** is allowed to perform the to-the-power-of operations?
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
Can c++ be faster than c?
What is java and c++?
Discussion on error handling of C++ .
What is public, protected, private in c++?
How would you use qsort() function to sort an array of structures?
what is meaning of isa and hsa
Explain about templates of C++.
What is fflush c++?
What is a "Copy Constructor"?
Should the this pointer can be used in the constructor?