We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
honestly i didn't find what these 'a' 'k' mean precisely..
Sorry, something went wrong.
I guess you said a and k should be part of error handling. These letters represent certain types of errors required by my course.
Illegal symbol or not lexical——a
Name redefinition——b
Undefined name——c
The number of function parameters does not match——d
Function parameter types do not match——e
Invalid type in condition judgment——f
A function with no return value has a mismatched return statement——g
A function with a return value lacks a return statement or has a mismatched return statement——h
The subscript of an array element can only be an integer expression——i
Cannot change the value of a constant——j
Should be a semicolon——k
Should be the right parenthesis’)’——l
Should be the right bracket’]’——m
do-while should be the lack of while in the statement——n
Constant definition = Only integer or character constants can be followed——o
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: