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
Function calling procedures? and their differences? Why should one go for Call by Reference?
What is a char c?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
Write a program that accept anumber in words
Explain how can I prevent another program from modifying part of a file that I am modifying?
What is union and structure?
What is omp_num_threads?
What is data structure in c language?
Why flag is used in c?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
write a c program to find the sum of five entered numbers using an array named number
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
Difference between Function to pointer and pointer to function
Is it acceptable to declare/define a variable in a c header?
What math functions are available for integers? For floating point?