Is c++ high level programming language?


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

Post New Answer

More C++ General Interview Questions

5. Can inline functions have a recursion?

4 Answers  


What is size of empty class object

5 Answers   CA,


What is the use of object in c++?

0 Answers  


Is it possible for the objects to read and write themselves?

0 Answers  


Differentiate between the message and method in c++?

0 Answers  






Can we delete this pointer in c++?

0 Answers  


What are single and multiple inheritances in c++?

0 Answers  


How delete [] is different from delete?

0 Answers  


Can a constructor throw a exception? How to handle the error when the constructor fails?

1 Answers  


What is a volatile variable in c++?

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,


Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list

0 Answers  


Categories