Search:

Type: Posts; User: vitaliypisnya

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,587

    Tnanks, WoodSTokk...

    Tnanks, WoodSTokk! Now I get it.
  2. Replies
    5
    Views
    1,587

    laserlight...

    laserlight, can you explain why when I run this code:


    while((c = getchar()), c != EOF) {
    if(c >= 0)
    putchar(c + 1);

    I enter for example "hello". And after pressing...
  3. Replies
    5
    Views
    1,587

    C programming questions (newbie)

    I'm reading Kernighan & Ritchie C programming book now and have a few questions about 'getchar' and 'putchar'.
    1. The question is below the code example:


    #include <stdio.h>
    int main(void)...
Results 1 to 3 of 3