diff most used invocations

The utility diff is a data comparison tool that computes and displays the differences between the contents of files. The possible invocations:

diff file1 file2 # show differences
diff -c file1 file2 # show context
diff -y file1 file2 # similar to sdiff file1 file2