Search:

Type: Posts; User: sav.piana

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    8,216

    Thank you all for the clarification 😊

    Thank you all for the clarification 😊
  2. Replies
    10
    Views
    8,216

    I understood that to the function is just passed...

    I understood that to the function is just passed the address of the array, but how can I give to it an array and the length of the dimensions that are given from user input , like


    #include...
  3. Replies
    10
    Views
    8,216

    How to pass multi-dim array to a function?

    I'm a beginner and my question is


    Why does this work


    #include <stdio.h>
    void how(int array[]){
    array[420]=69;
Results 1 to 3 of 3