What is code reusability in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

0 Answers  


Explain terminate() and unexpected() function?

0 Answers  


How do I write a c++ program?

0 Answers  


How can you quickly find the number of elements stored in a dynamic array?

0 Answers  


describe private access specifiers?

0 Answers  






What is #include ctype h in c++?

0 Answers  


What sorting algorithm does c++ use?

0 Answers  


What are put and get pointers?

0 Answers  


To what does “event-driven” refer?

0 Answers  


How does c++ sort work?

0 Answers  


What are disadvantages of pointers?

0 Answers  


an operation between an integer and real always yeilds a) integer result b) real result c) float result

0 Answers  


Categories