1. ► A C++ compiler directly converts the program into binary code.
2. ► External symbols in object files are resolved by linker.
3. ► Indenting code helps in improving readability.
4. ► Software tools are essential for programming.
5. ► Which tool resolves external symbols in object files.
6. ► Debugger usually allows to view variables, registers and memories during program execution.
7. ► -static option helps in reducing size of executable.
8. ► Labels are resolved into appropriate addresses by compiler.
9. ► Which of the following tools cannot be used as debugger?
10. ► Compiler can handle all include directives by itself.
11. ► CPU understands only binary encoding.
12. ► gdb can accurately debug programs compiled with -O2 option.
13. ► A C program can be converted to binary without a compiler.
14. ► A debugger loads the program into memory.
15. ► Assembler converts assembly code into binary encoding.
16. ► Which of the following option helps in searching libraries?
17. ► A linker can operate on assembly code.
18. ► cpp is the only C pre processor available.
19. ► Hello world program usually refers to first program written by a programmer.
20. ► Which of the following gcc option converts warnings into errors?