Search:

Type: Posts; User: ayizkatya

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    2,229

    do you mean I should have this just before my int...

    do you mean I should have this just before my int main():


    #include <stdio.h>
    #include <conio.h>

    int is_ordered(int arr[], int option);
    int linear_search(int arr[], int n, int key);
    int...
  2. Replies
    7
    Views
    2,229

    Functions (HELP!)

    Hi! I'm new to C-programming (Computer Science freshman) and we have this one assignment where we have to use functions to determine if a user-input array is arranged (monotonically...
Results 1 to 2 of 2