What is the difference between an enumeration and a set of pre-processor # defines?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the isa and hasa class relationships. How would you implement each?
What is &x in c++?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
Explain the static storage classes 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
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
Why is it difficult to store linked list in an array?
Can we use this pointer inside static member function?
What is the difference between operator new and the new operator?
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?
Which is best ide for c++?