write a C and C++ programme to implement the
A,bubble sort
B,quick sort
C,insertion sort
D,sequential search
E,binary search

Answer Posted / das4real@gmail.com

hi house say something

Is This Answer Correct ?    7 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is Exception handling possible in c language?

1585


Do pointers take up memory?

657


Is c still relevant?

639


can anyone suggest some site name..where i can get some good data structure puzzles???

1643


An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode

609






What's the best way of making my program efficient?

627


What is the difference between ‘g’ and “g” in C?

2540


What does the format %10.2 mean when included in a printf statement?

1087


What are type modifiers in c?

623


Explain pointer. What are function pointers in C?

628


write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.

1577


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

2655


What the different types of arrays in c?

612


typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none

716


i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

644