write program for palindrome
Answer Posted / saisuresh
yes correct
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do c++ programmers do?
What is c++ library?
Will the following program execute?
Should I learn c or c++ or c#?
What is the difference between a declaration and a definition?
What is the difference between a template and a macro?
Explain this pointer?
Which operator cannot be overloaded c++?
What is the v-ptr?
How do I tokenize a string in c++?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
What is function prototyping? What are its advantages?
Which programming language's unsatisfactory performance led to the discovery of c++?
Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300
Why do we use classes in c++?