Answer Posted / manoj yadav
appear in many form.example overloding
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What should main() return in c and c++?
Explain selection sorting?
Explain binary search.
What is stack unwinding?
Can char be a number c++?
What operators can you overload in c++?
Why are arrays usually processed with for loop?
Is string an object in c++?
Explain what is polymorphism in c++?
How do I tokenize a string in c++?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
Is python written in c or c++?
What is const pointer and const reference?
Explain the concept of memory leak?
List the merits and demerits of declaring a nested class in C++?