Thread: Error while compiling.! Need help Urgent

  1. #1
    Registered User
    Join Date
    Apr 2018
    Posts
    1

    Exclamation Error while compiling.! Need help Urgent

    Need help with the error that pops while compiling it .!
    Attached Files Attached Files

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Apr 2017
    Location
    Quetzaltenango
    Posts
    82
    Put another } to end the main() function before the SPORTS() function. Then you will also need to put function prototypes before main().
    Code:
    void SPORTS();
    int HG();
    void LIT();
    void REG();

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. pls help me in this error...urgent
    By alchemist001 in forum C Programming
    Replies: 3
    Last Post: 08-13-2011, 12:41 PM
  2. Need help urgent with error!!
    By Tiglet in forum C# Programming
    Replies: 5
    Last Post: 03-14-2010, 03:42 PM
  3. Replies: 2
    Last Post: 05-27-2007, 11:06 PM
  4. last line error, URGENT
    By deng17 in forum C++ Programming
    Replies: 7
    Last Post: 03-25-2007, 05:45 AM
  5. unknown error, urgent help needed
    By chris285 in forum C++ Programming
    Replies: 5
    Last Post: 04-30-2003, 04:09 AM

Tags for this Thread