answersLogoWhite

0

That depends on the sorting algorithm you'd like to use. Usually, Quick-sort is good enough for your purposes, but if your application needs to be fast, you might want to read some documents about sorting.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Code for creating pascal's triangle in C programming language?

code for creating pascal's triangle in C programming language?


What are translator in c language?

The assembler is translator which converts assembly language code into machine language code.


Write a program in C language to multiply any two numbers without using in source code?

The question is malformed and incomprehensible.


C language arrange 10 numbers in descending orders and find one of them using baniry search method?

Arranging 10 numbers in descending orders using C programming language and finding one of them using binary search method is as below: #include void main () { int i,j,a,n,number[30]; printf ("Enter the value of Nn"); scanf ("%d", &n); printf ("Enter the numbers n"); for (i=0; i


What are the uses of compiler besides translation?

compiler is complex software compounding of scanner,parser,intermediate code generator , object code generator etc. Actually its tasks is to convert one language to another target language. then it may be possible that source language may be c# ,java , C source code and target language one of them or assembly language code.


Getting source code of c?

C is a programming language, so it doesn't have source code.(On the other hand, C compilers do have source code, but you, as a beginner in programming, could not understand them.)


What are the five examples computer language?

Machine code, assembly language, COBOL, FORTRAN and C. Machine code is the only language that is native to the machine. All others must be converted to machine code.


How do you make a code by using turbo c?

high level language


Microsoft office's source code written by which programming language?

C++


How do you convert HTML to c code?

You can't. HTML is a markup language. C is a programming language. You can make C generate HTML, but C isn't anything like HTML in the way it functions.


A compiler that translates a high level-language into another high-level language is called a source-to-source translator. What advantages are there to using C as a target language for a compiler?

Well, honey, using C as a target language for a compiler comes with some perks. C is a widely supported and portable language, making it easier to run your translated code on different platforms. Plus, C has been around the block a few times, so there are plenty of tools and libraries available to help you out. So, if you want your code to be as popular as avocado toast, C might just be the way to go.


Why do we use C language?

We use C when we want to write low-level code with a higher level of abstraction than that provided by assembly language.