MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the following ANSI C program:int main() {Integer x;return 0;}Which one of the following phases in a seven-phase C compiler will throw an error? |
| A. | Syntax analyzer |
| B. | Semantic analyzer |
| C. | Machine dependent optimizer |
| D. | Lexical analyzer |
| Answer» C. Machine dependent optimizer | |