Search:

Type: Posts; User: afol_1

Search: Search took 0.01 seconds.

  1. thanks! (so dumb)

    thanks! (so dumb)
  2. help me solve/understand this conflicting types error

    When I try to compile this:


    /* Exercise 1.15. Rewrite the temperature conversion program of Section 1.2 to use a function for conversion. */

    /* C = (5 / 9)(F - 32) */

    #include <stdio.h>
    ...
  3. thanks

    thanks everyone, especially kermit for taking the time of revising the code.
  4. doubt about kernighan and ritchie excercise 1-12

    The exercise is to write a program that writes its input one word per line, I did this:


    /* Exercise 1-12. Write a program that prints its input one word per line */

    #include <stdio.h>
    ...
Results 1 to 4 of 4