How do you write a function that can reverse a linked-list?
What is fflush c++?
how to create window program in c++.please explain.
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.
List the merits and demerits of declaring a nested class in C++?
Explain the problem with overriding functions
Using a smart pointer can we iterate through a container?
Are vectors faster than arrays?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
the first character in the variable name must be an a) special symbol b) number c) alphabet
What is compilation?
What are C++ inline functions?
What is class in c++ with example?