1.no you cannot add a file to example.tar
2.tar -cvf example.tar file1
3.tar -rvf file1 example.tar
4.tar -evf file1 example.tar
Answer:3