This is the error iam getting in my C Programme. please suggest if anyone is familiar with this.
"Syntax error at the end of Input"?
prolly should have posted the input statement... You probably missed some brackets some where, a syntax error means you have an invalid line of code. And it prevents the program from running. Thus why you cant run your program %26gt;.%26gt; As explained in chapter 1 or 2 of every C program book out there...
Reply:Depending on the compiler you are using, an error code is generated that often includes the line number in the program where the error was detected.
If you are getting syntax errors, it normally means mis-spellings of the C language commands, a missing semicolon at the end of a command line, or wrong usages of "%26lt;%26lt;%26lt;" or "%26gt;%26gt;%26gt;" in the input or output statements.
Reply:There are more open than closed braces or vice versa
(()))
{{{}}
quince
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment