Search:

Type: Posts; User: durga101

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    25,986

    Sorting

    You are doing nothing but sorting. So, its best you pick up some sorting algorithms like bubblesort, insertion or selection.

    Or advanced ones like Binary tree an Heap Sort.

    I appreciate the...
  2. Replies
    4
    Views
    1,733

    Errors!!

    Hi,


    Let me list out the errors:

    * You never call a function in the main as
    adden(int a, b,c);
    I mean, you do not redeclare the variable a

    * You have passed the arguments correctly...
Results 1 to 2 of 2