Search:

Type: Posts; User: OkashiiKen

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    2,233

    If any other newbies ever have this problem........

    If any other newbies ever have this problem.....



    int main(void) {

    int *arr;
    int a_arr[ARR_LENGTH] = {1,2,3,4,5,6,7,8,9,10};
    int b_arr[ARR_LENGTH] = {5,6,7,8,9,10,1,2,3,4};
    int...
  2. Replies
    3
    Views
    2,233

    Thanks!

    Thanks!
  3. Replies
    3
    Views
    2,233

    Creating an array of pointers to int[]

    Hello all,

    I am just beginning to learn C, and have been reading K&R. Ive been doing some exercises from the book, and those ive found online. Ive written a binary search algorithm which...
Results 1 to 3 of 3