Time left:

[All Quizzes] → [Programming With C] → [Software Tools]


1. ► Indenting code helps in improving readability.

A.
B.

2. ► cpp is the only C pre processor available.

A.
B.

3. ► Compiler can handle all include directives by itself.

A.
B.

4. ► Labels are resolved into appropriate addresses by compiler.

A.
B.

5. ► Debugger usually allows to view variables, registers and memories during program execution.

A.
B.

6. ► Which of the following option helps in searching libraries?

A.
B.
C.
D.

7. ► Hello world program usually refers to first program written by a programmer.

A.
B.

8. ► Which tool resolves external symbols in object files.

A.
B.
C.
D.

9. ► A C++ compiler directly converts the program into binary code.

A.
B.

10. ► gdb can accurately debug programs compiled with -O2 option.

A.
B.

11. ► Which of the following tools cannot be used as debugger?

A.
B.
C.
D.

12. ► Software tools are essential for programming.

A.
B.

13. ► A linker can operate on assembly code.

A.
B.

14. ► -static option helps in reducing size of executable.

A.
B.

15. ► External symbols in object files are resolved by linker.

A.
B.

16. ► A debugger loads the program into memory.

A.
B.

17. ► Assembler converts assembly code into binary encoding.

A.
B.

18. ► Which of the following gcc option converts warnings into errors?

A.
B.
C.
D.

19. ► CPU understands only binary encoding.

A.
B.

20. ► A C program can be converted to binary without a compiler.

A.
B.


© 2016 VirtuQ™ Education All right reserved. | Terms of Use | Privacy Policy