Eplain extern keyword?
No Answer is Posted For this Question
Be the First to Post Answer
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 will happen if a pointer is deleted twice?
What is doubly linked list in c++?
What is the use of structure in c++?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
Write a program and call it sortcheck.cpp which receives 10 numbers from input and checks whether these numbers are in ascending order or not. You are not allowed to use arrays. You should not define more than three variables
Name four predefined macros.
What does it mean to declare a member function as virtual?
What is the role of static keyword for a class member variable?
Write the program for fibonacci in c++?
what is the order of initialization for data?
10 Answers Amazon, TCS, Wipro,
What are the different types of polymorphism in c++?