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 6733Can 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 3760write a programe to calculate the simple intrest and compund intrest using by function overlading
2265give me an example for testing a program showing the test path .show how the test is important and complex.
TCS,
2999Define a program that reads two matrices of size 3x3 with real values from the user then prints their sum, difference and multiplication.
TCS,
3283#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).
2184
What can I safely assume about the initial values of variables which are not explicitly initialized?
Can c++ be faster than c?
Will this c++ program execute or not?
Write about a nested class and mention its use?
What is do..while loops structure?
What Is Polymorphism in C++ ?
What is setw manipulator in c++?
Define the process of error-handling in case of constructor failure?
What is rvalue?
List the merits and demerits of declaring a nested class in C++?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
2. Give the different notations for the class.\
What is object-oriented programming? Webopedia definition
Show the declaration for a pointer to function returning long and taking an integer parameter.