Day5

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