Day5

12345678910
Across
  1. 1. Which tool is available for debugging a c code?
  2. 3. which option tells make to print out what it would have done, without actually doing it?
  3. 4. Command to run until current function is finished?
  4. 6. .i file is generated after ?
  5. 10. In which type of library files get linked with object files and standalone executable at compile time?
Down
  1. 2. If the library files get linked with shared object files and standalone executable at run time then it is called as?
  2. 5. To only compile a c program file which option is used with gcc?
  3. 7. Compiler available for C++ is?
  4. 8. Which utility automates and optimizes program construction?
  5. 9. Compiler for c is ?