Correct this in C
-> ; | ; \n"); keyword(); if (nextToken == SEMICOLON) { lex(); keyword(); ident(); } else { declares (); } printf("Exit \n"); } /* End of function declares */ "/>Extracted text: /* declares Parses strings in the language generated by the rule: -> ; | ; */ void declares () { printf("Enter \n"); keyword(); if (nextToken == SEMICOLON) { lex(); keyword(); ident(); } else { declares (); } printf("Exit \n"); } /* End of function declares */
\n"); keyword(); if (nextToken == SEMICOLON) { lex(); keyword(); ident(); } else { declares (); } printf("Exit \n"); } /* End of function declares */ "/>Extracted text: /* declares Parses strings in the language generated by the rule: -> ; | ; */ void declares () { printf("Enter \n"); keyword(); if (nextToken == SEMICOLON) { lex(); keyword(); ident(); } else { declares (); } printf("Exit \n"); } /* End of function declares */
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here