Basic and Advance C Question:
Download Job Interview Questions and Answers 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.
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 Question | Next Question |
Why isnt my procedure call working? The compiler seems to skip right over it | Why is this loop always executing once? |