Day5

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