Search:

Type: Posts; User: mpilot

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,016

    Explanation to a note.

    Hey there,I was reading a note and I came up across a couple of things I'd like to have explained to me.
    My first question is, what is the purpose of the 2 besides the star on line 6 and the...
  2. Replies
    5
    Views
    1,399

    That's right. I'll keep to that effectively. In...

    That's right. I'll keep to that effectively. In the mean time,I know where I went wrong with my coding and working on it.
  3. Replies
    5
    Views
    1,399

    Yes I did..whiles writing the code,I wasn't...

    Yes I did..whiles writing the code,I wasn't getting the answers right so I thought It might have been my size.In addition ,I used my notes to help me write this.I have things all over the place as...
  4. Replies
    5
    Views
    1,399

    New with C programming. Please help.

    Hello,I'm fairly new with C programming and I'd appreciate any help. My aim is to be able to "Read a series of integers from a keyboard into a 1-D array,then display on screen. Then ask the user(to...
  5. What is wrong with my coding? Done but something's wrong somewhere.

    Hey guys,can you please help me out here. Thanks.


    #include<stdio.h>
    #include<string.h>
    int
    main(void)
    {
    int array[100];
    int i,maxi,nvalue;
Results 1 to 5 of 5