Out of fgets() and gets() which function is safe to use and why?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
What is java and c++?
Is c++ the hardest language?
Can we run c program in turbo c++?
Is overriding possible in 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
What is difference between malloc()/free() and new/delete?
What is heap sort in c++?
What is #include c++?
What is function overloading in C++?
What is using namespace std in c++?
Is c++ double?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
Differentiate between late binding and early binding.