Describe how the make utility decides what targets to build.

What will be an ideal response?

It does this on the basis of the time stamp of the files in the target to be built. if the source file hasn't been modified since the executable was created, running make will give a message that the executable is up to date.

Computer Science & Information Technology

You might also like to view...

To ungroup worksheets, right-click any one of the grouped worksheets' tabs and click Ungroup Sheets

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following is not a method of class String?

a. toUpperCase b. trim c. toCharacterArray d. All of the above are methods of class String

Computer Science & Information Technology