Search:

Type: Posts; User: solairtt

Search: Search took 0.01 seconds.

  1. Thread: About arrays

    by solairtt
    Replies
    6
    Views
    1,163

    Yay it ran! Thanks a bunch =P

    Yay it ran!

    Thanks a bunch =P
  2. Thread: About arrays

    by solairtt
    Replies
    6
    Views
    1,163

    Ok, I tried what you guys said but to no avail,...

    Ok, I tried what you guys said but to no avail, did I misinterpret?




    int y=0;
    char names[100][20], *z;


    printf("Enter inventory type:"); scanf("%s", z);
  3. Thread: About arrays

    by solairtt
    Replies
    6
    Views
    1,163

    About arrays

    Hello! I'm currently doing work with arrays, and am having trouble visualizing what is happening with my code. From what I understand,




    char names[100][20];

    y=0;
    ...
Results 1 to 3 of 3