What is the output of the following program? Why?
No Answer is Posted For this Question
Be the First to Post Answer
What are the characteristics of friend functions?
Write a program to calculate the following i want a c++program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)
Explain what you mean by a pointer.
Why can templates only be implemented in the header file?
What is doubly linked list in c++?
Explain the uses oof nested class?
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 do you mean by inheritance in c++? Explain its types.
Can we use this pointer inside static member function?
What is main function in c++ with example?
Can c++ be faster than c?
what are the iterator and generic algorithms.