plz send me National informatics center paper pattern
Explain stack & heap objects?
What are the three types of access specifiers in C++?
Where and why do I have to put the "template" and "typename" keywords?
What are signs of manipulation?
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 programming language should I learn first?
How can you differentiate between inheritance and implementation in c++?
How the compilers arranges the various sections in the executable image?
Tell me an example where stacks are useful?
Explain the virtual inheritance in c++.
Copy Linked List using recursive function?
Can a constructor throw a exception? How to handle the error when the constructor fails?