Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...)
a) Quicksort
b) Linear Search
c) Bubble Sort
No Answer is Posted For this Question
Be the First to Post Answer
What is slicing?
How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever
17 Answers Datavance, Quark, VEL, Wipro,
What is :: operator in c++?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
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
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
Have you used MSVC? What do you think of it?
What is abstraction in c++?
Explain terminate() and unexpected() function?
an integer constant must have atleast one a) character b) digit c) decimal point
Explain how an exception handler is defined and invoked in a Program.
Does defining a function inline mean that it wont push and pop things on/off the stack ...like parameters and the return the address??