Difference between strdup and strcpy?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of endl in c++ give an example?
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.
Write a program to concatenate two strings.
When there is a global variable and local variable with the same name, how will you access the global variable?
Do you know what is overriding?
What is cout flush?
Can you please explain the difference between overloading and overriding?
Do you know about latest advancements in C++ ?
0 Answers Agilent, ZS Associates,
Is swift a good first language?
why can't we declare data member of class auto register or extern
What is a singleton class c++?
Explain the concept of copy constructor?