Why would you use pointers in c++?
write program for palindrome
81 Answers Amazon, Aricent, CSC, GE, HCL, Infosys, Syntel, Temenos, Wipro,
Which one between if-else and switch is more efficient?
What are the restrictions apply to constructors and destructors?
In a function declaration, what does extern mean?
Why do we need runtime polymorphism in c++?
Can you pass an array to a function in c++?
Differentiate between late binding and early binding. What are the advantages of early binding?
What is the difference between set and map in c++?
What is c++ map?
What is std :: flush?
What are pointer-to-members in C++? Give their syntax.
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)