Write a recursive program to calculate factorial in c++.
What is singleton class in c++?
How important is c++?
What is scope in c++ with example?
Can we use this pointer in a class specific, operator-overloading function for new operator?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
Explain method of creating object in C++ ?
What is a float in c++?
What is a string example?
List the special characteristics of constructor.
Describe protected access specifiers?
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
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
What is std :: endl?
How does a C++ structure differ from a C++ class?