C: error: expected ‘)’ before ‘;’ token

Your code has something like this:

#define LOOP_LIMIT 10;
                     ^
                    Remove this semicolon.

Leave a Comment