Search:

Type: Posts; User: Grifftt

Search: Search took 0.00 seconds.

  1. Thread: makefile woes

    by Grifftt
    Replies
    2
    Views
    2,155

    makefile woes

    I have a makefile such that when I type the 'make' command I get this error:

    make: Fatal error in reader: makefile, line 5: Unexpected end of line seen

    I just can't seem to understand where the...
  2. Replies
    7
    Views
    1,670

    You can create a function before the main...

    You can create a function before the main function, eg



    int calculate()
    {
    int a, b;
    /* prompt a*/
    scanf("%d", &a);
    /* prompt b */
  3. Replies
    2
    Views
    860

    Can someone help mewith this program?

    Iam not getting the desired output, I dont know what is wrong.

    /**************************************
    ** This program allows the user to enter **
    ** words up to 20 characters long and...
  4. help......i dont understand what i am doing wrong?

    I am trying to write a programed named reverse.c that echoes its command-line arguments in reverse order. But i don't know what is wrong.
    If the input is: reverse void and null
    The output should...
Results 1 to 4 of 4