Multiple choice technology operating systems

_____ Compares two files and displays the differences between them

  1. compare

  2. comfile

  3. fc

  4. diff files

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

fc (file compare) is the Windows command that compares two files and displays their differences line by line. Options A, B, and D are not standard Windows commands. While 'diff' exists in Unix, Windows uses fc. The name fc is short for 'file compare'.