Search:

Type: Posts; User: csxia

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,686

    OMG this is a bug laserlight, thanks for your...

    OMG this is a bug

    laserlight, thanks for your quick reply
  2. Replies
    4
    Views
    1,686

    swap integer problem

    today i practised selection sorting algorithm with following



    #include <stdio.h>
    #include <stdlib.h>

    #define LEN 10

    void swap(int *a,int *b)
  3. Replies
    15
    Views
    2,594

    Hmm. i understand it thanks to all of you for...

    Hmm. i understand it
    thanks to all of you for your quick reply
  4. Replies
    15
    Views
    2,594

    if so, could you please give me example function...

    if so, could you please give me example function which can determine the length of an given array.


    thanks a lot
  5. Replies
    15
    Views
    2,594

    how to determine the length of array

    Hi, all

    i am a newbie to cprogramming , could you please point the difference of following code segments of determing length of array ??




    #include <stdio.h>
    #include <stdlib.h>
Results 1 to 5 of 5