Search:

Type: Posts; User: rinaishlene

Search: Search took 0.01 seconds.

  1. The difference between two type of return

    what's the differernce between return 0 and return 1?
  2. Thread: New error

    by rinaishlene
    Replies
    1
    Views
    720

    New error

    int checkspace(int u,int v)
    {
    if ((board[u][v] == 'X') || (board[u][v] == 'O')){
    return(1);
    }
    else{
    return(0);
    }
    }
  3. Replies
    4
    Views
    904

    still it is not the one who caused the problem

    still it is not the one who caused the problem
  4. Replies
    4
    Views
    904

    Please help me with this error

    I have problem with this portion of program..I executed it but it showed this type of error


    "ttt.c", line 163: Error: "}" expected instead of "defined".
    "ttt.c", line 165: Error: "}" expected...
  5. Replies
    5
    Views
    1,603

    okay thanks..

    okay thanks..
  6. Replies
    5
    Views
    1,603

    still has error C:\Program Files\Miracle...

    still has error
    C:\Program Files\Miracle C\618.c: line 5: Parse Error, expecting `')'' or `',''
    'void someFunction ( const int b[],int startindex , int size )'
    aborting compile
  7. Replies
    4
    Views
    1,013

    still has error

    still generates error

    C:\Program Files\Miracle C\618.c: line 5: Parse Error, expecting `')'' or `',''
    'void someFunction ( const int b[],int startindex , int size )'
    aborting compile
  8. Replies
    4
    Views
    1,013

    Parse Error

    I try to see the output of this program using Miracle C


    a
    #include <stdio.h>
    #define SIZE 10

    void someFunction ( const int b[] , int startindex , int size );

    int main()
  9. Replies
    5
    Views
    1,603

    Parse Error

    I try to see the output of this program using Miracle C


    a
    #include <stdio.h>
    #define SIZE 10

    void someFunction ( const int b[] , int startindex , int size );

    int main()
Results 1 to 9 of 9