Results 1 to 4 of 4

Thread: What is a syntax error?

  1. #1
    Join Date
    Apr 2009
    Posts
    79

    What is a syntax error?

    I am using c, visual basic in my program. I have noticed that many time i get syntax error? Does any one know what is a syntax error? Is this error belongs to any declaration of variable or syntax which use to define the variable. Any help will be extremely appreciated.

  2. #2
    Join Date
    May 2008
    Posts
    2,297

    Re: What is a syntax error?

    Syntax is the order in which words and phrases are put together, such as a URL (web address) which consists of several phrases that are strung together to define a location or service on the Internet. A SyntaxError is thrown when the JavaScript engine encounters tokens or token order that does not conform to the syntax of the language when parsing code.

  3. #3
    Join Date
    Jan 2009
    Posts
    199

    Re: What is a syntax error?

    If a syntax error is encountered during compilation it must be corrected if the source code is to be successfully compiled. For compiled languages syntax errors occur strictly at compile-time. A program will not compile until all syntax errors are corrected. An attribute that often separates commercial quality compilers from academic projects is the extent to which an attempt is made to automatically correct the error and continue processing the source code.

  4. #4
    Join Date
    Dec 2008
    Posts
    177

    Re: What is a syntax error?

    Every language has got set of rules. If you make a mistake while using the language, then it is called syntax error. I c++ every statement ends with a semicolon, printf and scanf arguments should be placed in ( ).

Similar Threads

  1. VMware Fusion gives Syntax Error
    By Ashoka in forum Windows Software
    Replies: 3
    Last Post: 03-02-2012, 09:22 AM
  2. JScript compilation error syntax error
    By B.Prajapati in forum Technology & Internet
    Replies: 4
    Last Post: 14-02-2011, 03:24 AM
  3. Python syntax error
    By John Wilson in forum Software Development
    Replies: 2
    Last Post: 16-11-2009, 10:28 AM
  4. PHP WordPress Parse Error: syntax error, unexpected $end in
    By Bisujaksha in forum Software Development
    Replies: 2
    Last Post: 22-05-2009, 09:27 AM
  5. DOS commands, Syntax Error
    By softte in forum Operating Systems
    Replies: 3
    Last Post: 17-02-2009, 03:08 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,229,225.39070 seconds with 17 queries