Search:

Type: Posts; User: Salem

Search: Search took 0.58 seconds.

  1. Replies
    20
    Views
    10,941

    Step 1 is learn about indentation. Good...

    Step 1 is learn about indentation. Good indentation makes the code easier to write, and easier for others to read when you run into problems.


    #include <stdio.h>
    main()
    { ...
  2. Replies
    20
    Views
    10,941

    Post your latest code.

    Post your latest code.
  3. Replies
    20
    Views
    10,941

    $ gcc -Wall bar.c bar.c:3: warning: return type...

    $ gcc -Wall bar.c
    bar.c:3: warning: return type defaults to ‘int’
    bar.c: In function ‘main’:
    bar.c:35: warning: suggest parentheses around assignment used as truth value
    bar.c:50: warning: format...
Results 1 to 3 of 3