Explain the difference between c++ and java.


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

Post New Answer

More C++ General Interview Questions

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,


Explain what are accessor methods?

0 Answers  


What is problem with Runtime type identification?

2 Answers  


They will ask u question about single linked list?. Write Code for to insert delete node.

2 Answers   Persistent,


Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?

0 Answers  






Explain one-definition rule (odr).

0 Answers  


Is there a sort function in c++?

0 Answers  


Can you think of a situation where your program would crash without reaching the breakball, which you set at the beginning of main()?

1 Answers  


How do you differentiate between overloading the prefix and postfix increments?

0 Answers  


What is meant by reference variable in C++?

1 Answers  


what is data abstraction in C++?

0 Answers  


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

9 Answers   ADP,


Categories