Basic and Advance C Question:
Download Questions PDF

I am getting baffling syntax errors which make no sense at all

Answer:

I'm getting baffling syntax errors which make no sense at all, and it seems like large chunks of my program aren't being compiled.

Check for unclosed comments, mismatched #if/#ifdef/#ifndef/#else/#endif directives, and perhaps unclosed quotes; remember to check header files, too.

Download C Programming Interview Questions And Answers PDF

Previous QuestionNext Question
Why isnt my procedure call working? The compiler seems to skip right over itWhy is this loop always executing once?