Search:

Type: Posts; User: ammalik

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,178

    Segmentation Fault

    I compiled a c-code in Linux enviornment . When I ran it, it gave segmentation fault on some input files. When same code was compiled on a different machine (by some one else with no chances, not...
  2. doing floating operations using integer operations

    How one can do floating point operations with using only integer operations e.g. finding r in x^2 + y^2 = r^2 with out using any floating point operations


    Thanks
  3. Replies
    1
    Views
    1,180

    Input for C program

    I am using scanf for getting user's input. Is it possible to read data from another file using scanf ( not fscanf) by using piping facility in Linux?
Results 1 to 3 of 3