Hi,
I'm new on programming.So I wrote a code and it appears this error:
expected primary-expression before ')' token
what does it mean?
Thanks
Hi,
I'm new on programming.So I wrote a code and it appears this error:
expected primary-expression before ')' token
what does it mean?
Thanks
please post code
what does it mean?
Generally, it means that you have a close parentheses in the wrong place. The error message tells you exactly which line the problem is on.
ok I solved it.
Thanks for help