how to swap two numbers with out using temp variable
Answers were Sorted based on User's Feedback
Write a corrected statement in c++ so that the statement will work properly. x =+ 7;
How can you link a c++ program to c functions?
What are c++ variables?
Difference between overloading vs. Overriding
Can a function take variable length arguments, if yes, how?
What are different types of polymorphism supported by C++
What are function prototypes?
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.
an integer constant must have atleast one a) character b) digit c) decimal point
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
What return value must conversion operators have in their declaration?
Describe the main characteristics of static functions?