User Profile

Collapse

Profile Sidebar

Collapse
samrah
samrah
Last Activity: Jan 18 '17, 02:00 PM
Joined: Jan 7 '17
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • samrah
    replied to declaration syntax error
    in C
    void pg3();
    is where i am defining the function and
    pg3();
    is where i'm calling it.
    moreover the error is on line 498.
    so please help.i've to submit my project in 3 days.
    See more | Go to post

    Leave a comment:


  • samrah
    replied to declaration syntax error
    in C
    I'm sorry I didn't get what you told me to do.Can you explain it please?
    See more | Go to post

    Leave a comment:


  • samrah
    started a topic declaration syntax error
    in C

    declaration syntax error

    i cannot run this program just because of 1 declaration syntax error.
    also there is 1 warning which says"unreachabl e code".
    what to do??
    Code:
    #include<iostream.h>
    #include<stdio.h>
    #include<conio.h>
    #include<iomanip.h>
    #include<process.h>
    int sum=0,sum1=0,sum2=0,l,r,sum3=0;
    void board();
    int checkwin();
    char square[10] = {'o','1','2','3','4','5','6','7','8','9'};
    ...
    See more | Go to post
    Last edited by samrah; Jan 7 '17, 02:36 AM. Reason: missed a line
No activity results to display
Show More
Working...