Describe briefly what the strip utility does.
What will be an ideal response?
The strip utility strips away debugger and profiling information that is added to the executable file
when compiled with debugging and profiling options. The strip command simply removes the
information from the file saving you having to recompile the program without these options.
Computer Science & Information Technology
You might also like to view...
Use a multilevel list if you wish to visually represent numbers as facts
Indicate whether the statement is true or false
Computer Science & Information Technology
A white space detected during numeric input .
a. is ignored b. terminates the reading of the current numeric input value c. causes the program to skip to the next line of code d. causes the program to skip to the next line of data e. causes the program to crash
Computer Science & Information Technology