Can user-defined object be declared as static data member of another class?
No Answer is Posted For this Question
Be the First to Post Answer
What is ios :: in in c++?
What is ifstream c++?
wap to accept 10 numbers & display the number of odd and even numbers??
What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?
Which bit wise operator is suitable for putting on a particular bit in a number?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
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
Is c++ high level programming language?
What is vectorial capacity?
What is implicit pointer in c++?
Write is a binary search tree? Write an algo and tell complexity?
Write about the various sections of the executable image?