What is the difference between public, private, and protected access?
No Answer is Posted For this Question
Be the First to Post Answer
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"?
When there is a global variable and local variable with the same name, how will you access the global variable?
What are proxy objects in c++?
Is swift faster than c++?
Why is c++ awesome?
Tell me an example where stacks are useful?
Which bitwise operator is used to check whether a particular bit is on or off?
What is double in c++?
What is the Difference between "vector" and "array"?
15 Answers Covansys, Gambit, TCS, Wipro,
What is a modifier in c++?
What is difference c and c++?
What is a tree in c++?