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 6543Can 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
2207give me an example for testing a program showing the test path .show how the test is important and complex.
TCS,
2943Define 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).
2119
Write a C++ Program to check whether a number is prime number or not?
How much maximum can you allocate in a single call to malloc()?
How do pointers work?
What does n mean in c++?
What is c strings syntax?
Why multiple inheritance is not possible?
What is the extraction operator and what does it do?
How many standards of c++ are there?
Why is there no multiple inheritance?
How would you call C functions from C++ and vice versa?
how to making game in c++ ?
What is the use of structure in c++?
What is a virtual destructor? Explain the use of it?
How do you clear a set in c++?
Are php strings immutable?