1.sed command will not work
2.sed reads from standard input
3.sed reads the data already present in buffer
4.it is necessary to provide the filename
Answer:2