Search:

Type: Posts; User: Adak

Search: Search took 0.07 seconds.

  1. Replies
    29
    Views
    3,145

    Your initial post said this was for numbers. Do...

    Your initial post said this was for numbers. Do you need just letters, now? Or letters and numbers both?
  2. Replies
    29
    Views
    3,145

    As you < ahem! > noticed, that code was just "off...

    As you < ahem! > noticed, that code was just "off the cuff", and has not been run (let alone tested). So be sure to test it thoroughly, yourself.

    And you're welcome. :cool:
  3. Replies
    29
    Views
    3,145

    Matticus nailed it - yes, count is not an array,...

    Matticus nailed it - yes, count is not an array, it should be count1[i] in that printf() statement.
  4. Replies
    29
    Views
    3,145

    C99Tutorial already stated how to do this. You...

    C99Tutorial already stated how to do this. You glossed over that post, without really understanding it!



    #include<stdio.h>

    int main(void)
    {

    //added i to the list of int variables,...
Results 1 to 4 of 4