Differentiate between a template class and class template in c++?


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

Post New Answer

More C++ General Interview Questions

What does iomanip mean in c++?

0 Answers  


Is c++ a good first language to learn?

0 Answers  


What is overloading unary operator?

0 Answers  


What are advantages of using friend classes?

0 Answers  


Which c++ operator cannot overload?

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,


Can a constructor return a value?

0 Answers  


What is this pointer in c++?

1 Answers  


How can you find the nodes with repetetive data in a linked list?

1 Answers   Lucent,


What is c++ similar to?

0 Answers  


What is the difference between C and CPP?

0 Answers   iNautix,


Which is better c++ or java?

0 Answers  


Categories