Search:

Type: Posts; User: Sasi Srinivas

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,797

    I would suggest you to use command line...

    I would suggest you to use command line arguments.


    int main(int argc , char *argv[])
    {
    int *fp;
    fp = fopen(argv[1] , "r");
    .
    .
    .
  2. Replies
    10
    Views
    5,140

    I think the mistake is in the if loop where the...

    I think the mistake is in the if loop where the braces need to be used correctly.
    For example if you say a || b || c and you want to first compute a combination of two of the three you need to...
Results 1 to 2 of 2