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