Day5

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