Answer Posted / guest
one name has many form in known an polymorphism
| Is This Answer Correct ? | 26 Yes | 1 No |
Post New Answer View All Answers
How can an improvement in the quality of software be done by try/catch/throw?
What is implicit pointer in c++?
Is it possible to get the source code back from binary file?
Differentiate between declaration and definition.
What are the sizes and ranges of the basic c++ data types?
Program to check whether a word is a sub-string or not of a string typed
Explain the differences between list x; & list x();.
What should main() return in c and c++?
What is math h in c++?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
Why do we use constructor?
Differentiate between C and C++.
What is the fastest c++ compiler?
What is the copy-and-swap idiom?
Write a program which uses functions like strcmp(), strcpy()? etc