Can you overload the operator+ for short integers?


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

Post New Answer

More C++ General Interview Questions

i have given a project to create examination seating plan system in c++. so can anyone send me the answer of this question quickly??????

1 Answers  


Which is better turbo c++ or dev c++?

0 Answers  


Explain the volatile and mutable keywords.

0 Answers  


Explain overriding.

0 Answers  


Can manipulators fall in love?

0 Answers  






Problem 5: Hero's Formula is A method for calculating the area of a triangle when you know the lengths of all three sides. Let a, b, c be the lengths of the sides of a triangle. The area is given by:A= pp-ap-b(p-c) | wherep= a+b+c2 | | Write a C-language code to calculate area of triangle using above method. Take the three lengths of the triangle from the user and display the area that your program calculates.

0 Answers   Maxobiz,


What is the difference between new/delete and malloc/free?

1 Answers  


Difference between Abstraction and encapsulation in C++?

0 Answers   Impetus,


Write a program that read 2o numbers in and array and output the second largest number. Can anybody help??

7 Answers  


What is class and structure in c++?

0 Answers  


What are virtual constructors/destructors?

0 Answers  


Explain about profiling?

1 Answers  


Categories