Search:

Type: Posts; User: Newbi2C

Search: Search took 0.00 seconds.

  1. If you understand what the loop does, you will...

    If you understand what the loop does, you will have no problem interpreting the conditional expressions used for the program. What the program does is basically to take characters and place them in c...
  2. Do you understand what happens when you use this...

    Do you understand what happens when you use this code?

    while ((c = getchar()) != EOF)
    {
    ...
    }

    Spend a day or two until you have a real understanding of this and you will be able to finish...
Results 1 to 2 of 2