Search:

Type: Posts; User: yoda

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,150

    Wow.. :rolleyes: I got everything to run from...

    Wow.. :rolleyes:
    I got everything to run from the code I didn't paste here. Long day.. I never triggered EOF..
    Also, sorry for the sloppy code haha I went back and declared main. Thanks,...
  2. Replies
    4
    Views
    1,150

    It's not showing the output on Fedora 18's...

    It's not showing the output on Fedora 18's terminal
  3. Replies
    4
    Views
    1,150

    Need help with displaying the output

    #include <stdio.h>

    main()
    {
    int c, n1;

    n1 = 0;
    while ((c = getchar()) != EOF)
    if (c == '\n')
    ++n1;
Results 1 to 3 of 3