Answer Posted / sharon
instance or example of a class
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How are Structure passing and returning implemented by the compiler?
What is an undefined reference/unresolved external symbol error and how do I fix it?
what are the events occur in intr activated on interrupt vector table
Which is the best c++ software?
What do you mean by overhead 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 are the various operations performed on stack?
Write syntax to define friend functions in C++.
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?
What is type of 'this' pointer?
Eplain extern keyword?
Why is polymorphism useful?
How do I use arrays in c++?
Why do we use pointers in c++?