Out of fgets() and gets() which function is safe to use?
No Answer is Posted For this Question
Be the First to Post Answer
Explain calling an object's member function(declared virtual)from its constructor?
Write a Program to find the largest of 4 no using macros.
How to construct muliton object
why the size of an empty class is 1
What is difference between array and vector in c++?
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
Explain linear search.
What is a try block?
Is eclipse good for c++?
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
How do you show the declaration of a virtual constructor?
Explain virtual class and friend class.