Search:

Type: Posts; User: C-er

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    24,513

    Not only that, you've put a space before stdio.h....

    Not only that, you've put a space before stdio.h.

    Instead of
    #include< stdio.h> try
    #include <stdio.h>

    That should remove all errors except the printf() ones, which nynicue has already...
  2. Replies
    12
    Views
    5,772

    Which is correct, except for the indentation.

    Which is correct, except for the indentation.
Results 1 to 2 of 2