Out of fgets() and gets() which function is safe to use and why?
No Answer is Posted For this Question
Be the First to Post Answer
Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D
Write a program to calculate the BMI of a person using the formula BMI = weight/height2.
Does a derived class inherit or doesn't inherit?
What are proxy objects?
Is there structure in c++?
What is static class data?
What are the two types of polymorphism?
What is array give example?
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
Explain Text Manipulation Routines?
Do you know the problem with overriding functions?
What do you mean by translation unit in c++?