Why is main an int?
No Answer is Posted For this Question
Be the First to Post Answer
What does int * mean in c++?
What is the most powerful coding language?
Explain the purpose of the keyword volatile.
Can we define a constructor as virtual in c++?
What is the difference between public and private data members?
What are features of c++?
How many storage classes are available 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 full form of ios?
Show the declaration for a static member variable.
Should you pass exceptions by value or by reference?
what is the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.