STL (140)
OOPS (873)
C++ General (2409) 1.Between 100 and 999 are some numbers that have the characteristics that if you cube the individual digits and sum together you will get the same number. 2. A program that can accept as input an integer and output the equivalent of that number in words.
3 6537Can 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
1 3668write a programe to calculate the simple intrest and compund intrest using by function overlading
2205give me an example for testing a program showing the test path .show how the test is important and complex.
TCS,
2939Define a program that reads two matrices of size 3x3 with real values from the user then prints their sum, difference and multiplication.
TCS,
3207#include
#include
#include
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
2118
How are virtual functions implemented in c++?
Discuss the role of C++ shorthands.
Explain this pointer?
What is #include sstream?
What are the four partitions in which c++ compiler divides the ram?
List the types of polymorphism in c++?
Who created stl?
What is the difference between a pointer and a link in c ++?
Can we make copy constructor private in c++?
What is encapsulation c#?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Is string data type in c++?
What are the three forms of cin.get() and what are their differences?
Define namespace.
What is the C-style character string?