What do you mean by storage classes?
Storage Classes are used to describe the features of a variable/function. These features basically include the scope, visibility and life-time which help us to trace the existence of a particular variable during the runtime of a program.
Is This Answer Correct ? | 0 Yes | 0 No |
Can you explicitly call a destructor on a local variable?
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.
Name some pure object oriented languages?
Is vector a class in c++?
Can I make ios apps with c++?
Can non-public members of another instance of the class be retrieved by the method of the same class?
Why Pointers are not used in C++?
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
What is java and c++?
Why is c++ awesome?
What is a wchar_t in c++?
Compare compile time polymorphism and Runtime polymorphism