Search:

Type: Posts; User: edurazee

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,452

    That is not the thing I asked for.

    That is not the thing I asked for.
  2. Replies
    6
    Views
    1,452

    Help me with Array and Pointer confusion.

    If the following is possible:


    MyFunction(int *array, int size)
    {
    for(int i=0 ; i<size ; i++)
    {
    printf(“%d”, array[i]);
    }
    }
Results 1 to 2 of 2