Search:

Type: Posts; User: nanobot

Search: Search took 0.01 seconds.

  1. Thanks to you, the segmentation error is gone,...

    Thanks to you, the segmentation error is gone, but I think I do not know the right way to pass array from one function to another:...
  2. sorry, i started on learning array yesterday. my...

    sorry, i started on learning array yesterday. my lecture notes are vague as hell :(. working on it starting now
  3. small program stuck at segmentation fault (mean, median... using arrays)

    #include<stdio.h>#include<math.h>


    double mean(int marks[], int n);
    double variance(int marks[], int n);
    double stdDev(int marks[], int n);
    double mode(int marks[], int n);
    void sort(int...
Results 1 to 3 of 3