Who made c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is & in c++ function?
sizeof- is it functioning statically or dynamically?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
What are C++ inline functions?
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.
What is the difference between "overloading" and "overridding"?
What is meant by the term name mangling in c++?
How would you use the functions sin(), pow(), sqrt()?
Which ide is best for c++?
What are c++ tokens?
What is the use of endl in c++?
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?