Search:

Type: Posts; User: yoda_21

Search: Search took 0.00 seconds.

  1. Thread: Arrays

    by yoda_21
    Replies
    2
    Views
    1,739

    Arrays

    I having trouble with my program. Here is my code:

    // Airlines Reservation system

    #include <stdio.h>

    main()
    {

    int business[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; // declaring array
  2. Thread: help

    by yoda_21
    Replies
    3
    Views
    1,058

    help

    I just started arrays and i need help with a project here is the problem:

    Sydney Airlines would like your company to design an airline reservation system in C.
    Details:
    The program should be...
  3. Thread: C compilers

    by yoda_21
    Replies
    9
    Views
    1,181

    C compilers

    I just started c programming in school and I was wondering if there is any great free compilers on the net If anyone can help me out Thx Derek
Results 1 to 3 of 3