Answer Posted / irshad
Bubble sort..
simple robust & fast
This type of sorting is good for web
| Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
Is c++ a difficult language?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
What is the maximum combined length of command line arguments including the space between adjacent arguments?
How one would use switch in a program?
Why do we use templates?
What is purpose of new operator?
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
What is the best c++ compiler?
Is c++ an integer?
What is the importance of mutable keyword?
How do you remove an element from a set in c++?
What is the main purpose of c++?
how to connect with oracle 9i with server in socket program in c/c++
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What is the protected keyword used for?