What does it mean to declare a member function as static?
No Answer is Posted For this Question
Be the First to Post Answer
write program for palindrome
81 Answers Amazon, Aricent, CSC, GE, HCL, Infosys, Syntel, Temenos, Wipro,
What is c++ stringstream?
Explain data encapsulation?
What is the difference between method overloading and method overriding in c++?
Who made c++?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
Write a corrected statement in c++ so that the statement will work properly. x + y=z;
What is the size of a vector?
How do you flush std cout?
Can we remove an element in a single linked list without traversing? Lets suppose the link list is like this 1 2 3 4 5 6 We need to remove 4 from this list (without traversing from beginning) and the final link list shud be 1 2 3 5 6 only thing we know is the pointer to element "4". How can we remove "4" and link "3" to "5"?
List the features of oops in c++?
Difference between a homogeneous and a heterogeneous container