Exam (elaborations)
CSE 240 Exam #1 Review QUESTIONS WITH COMPLETE SOLUTIONS
- Course
- Institution
Lexical Rules correct answer: 1. Identifiers. Names (programmers chosen) for something of interest (variables, functions, methods, classes, etc.) 2. Keywords. names reserved by the language designer: if, switch, for, int, float, char, while, etc. 3. Operators. +, *, <, >=, !, &&, ||, etc. ...
[Show more]