Answer the following statements true (T) or false (F)

1. Usually, the compilation errors appear on the screen. However, using redirection operator, the compilation error messages can be saved in a file.
2. The function of a compile or an interpreter is to translate the specified source code to machine code.
3. All high level programming languages share the same compiler.
4. The a.exe is the default filename for the executable file that the g++ (compiler) command creates.
5. The command to save the compiler error messages in a file is
g++ xyz.cpp -c o xyz 2 >> junk

1. True
2. True
3. False
4. True
5. True

Computer Science & Information Technology

You might also like to view...

If you want to apply slide master changes to other presentations, you must save the presentation as a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

____ indicate that the data is too wide for a column in a table.

A. Equal signs B. Minus signs C. Hyphens D. Pound signs

Computer Science & Information Technology