Write a program to add three numbers in C++ utilizing classes.


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

Post New Answer

More C++ General Interview Questions

If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3

0 Answers  


What is the difference between "calloc" and "malloc"?

9 Answers   ADP,


What is atoi?

0 Answers  


How do you know that your class needs a virtual destructor?

5 Answers   Lucent,


Explain how a pointer to function can be declared in C++?

0 Answers  


Name some pure object oriented languages?

1 Answers  


What is binary search in c++?

0 Answers  


How important is c++?

0 Answers  


Do the parentheses after the type name make a difference with new?

0 Answers  


Is atoi safe?

0 Answers  


What c++ library is string in?

0 Answers  


Describe the advantage of an external iterator.

0 Answers  


Categories