Search:

Type: Posts; User: ^^B.H.A^^

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,034

    small help with printing

    I want to use ( printf ) function to print a double as an integer ( without floating point )... how?
  2. Thread: Phone Book

    by ^^B.H.A^^
    Replies
    7
    Views
    2,080

    exit(); exit(0);

    exit();



    exit(0);
  3. Replies
    2
    Views
    1,923

    thank you very much , that was a great help :) :)

    thank you very much , that was a great help :) :)
  4. Replies
    2
    Views
    1,923

    understanding fork() ???

    Hi all , this may be a weird question , but please I need your help !!!

    how this C program work ? :confused: :confused:


    int main() {
    int p1 , p2;
    p1 = fork();
    p2 =...
Results 1 to 4 of 4