Do inline functions improve performance?
No Answer is Posted For this Question
Be the First to Post Answer
What are vectors used for in c++?
What is copy constructor? Can we make copy constructor private in c++?
char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?
what is the use of Namespace in c++.
How does atoi function work?
What is the purpose of template?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
Write a C++ program to sort digits of all the 4 digit number and display the sorted 4 digit number
What are exceptions 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
show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.
write a program that a 5 digit number and calculates 2 power that number and prints it.
2 Answers Vimukti Technologies,