What is the use of volatile variable?
No Answer is Posted For this Question
Be the First to Post Answer
write the prime no program in c++?
Why do we use string in c++?
What are activex and ole?
What are the types of container classes?
What is the function of the keyword ‘volatile’ in C++?
What is the use of string in c++?
Problem 6: Area of a trapezoid can be calculated by the following formula: A=(b1 b2)×h2 where b1 and b2 are the parallel sides or the bases and h is length of height Write a C code of this program
When can I use a forward declaration?
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.
Why is "using namespace std;" considered bad practice?
what are the events occur in intr activated on interrupt vector table
Is atoi safe?