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...

What is wrong with this call statement? PrintName(string name);

A. It’s missing “void”. B. The datatype should be removed. C. The semicolon should be removed. D. Nothing is wrong with it.

Computer Science & Information Technology

A(n) ________ allows Web browsers to interact with some multimedia files

A) plug-in B) Web Part C) app part D) Dynamic Web Part

Computer Science & Information Technology

In Adobe Bridge, how do you import multiple images into Photoshop as a

single file? What will be an ideal response?

Computer Science & Information Technology

Class templates are called ____ types.

A. abstract B. general C. template D. parameterized

Computer Science & Information Technology