Question: What will not happen if you run the make command without parameters?

  1. It will clean up all previously generated binaries and perform a new build.
  2. It will run rules of compilation and building.
  3. It will look for a file called makefile in your current directory.
  4. It will build only programs that need to be rebuilt.

Answer: The correct answer of the above question is Option A:It will clean up all previously generated binaries and perform a new build.