Search:

Type: Posts; User: IceCold

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,352

    Spaces into tab characters

    #include <stdio.h>

    int main () {
    int inChar;
    while ((inChar=getchar() ) != EOF{
    putchar(inChar);
    }
    }
  2. Replies
    8
    Views
    1,450

    Excuse Me

    I do wanna Learn. But the reason i dont know how c works is cos i arrived to Uni about 3 weeks late cos i couldnt find a plane ticket. Therefore i missed my practicals and tutes... Is this a good...
  3. Replies
    4
    Views
    10,563

    call by reference and a call by value

    Can anyone explain me the diffrence between call by reference and a call by value
Results 1 to 3 of 3