How would you obtain segment and offset addresses from a far address of a memory location?
What are structs in c++?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
Explain stack unwinding.
Why do we need runtime polymorphism 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
What is the purpose of the "delete" operator?
Can a program run without main?
What is split a string in c++?
Write a recursive program to calculate factorial in c++.
What is void pointer in c++ with example?
What is class syntax c++?
Search for: what is pair in c++?
Write a note about the virtual member function?
What is searching? Explain linear and binary search.