write program for palindrome
Answer Posted / saisuresh
yes correct
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What gives the current position of the put pointer?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
Why is the function main() special?
Write about the various sections of the executable image?
What are the two types of polymorphism?
Explain the use of this pointer?
Why are pointers not used in c++?
Can a class be static in c++?
What are libraries in c++?
Which should be more useful: the protected and public virtuals?
Does c++ have string data type?
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
What is java and c++?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
Define linked lists with the help of an example.