What is the output when the following shell script executes?
Cat <<foobar
Hello foobar
foobar
A.
The contents of the file foobar
B.
Hello
C.
No output but a file named foobar is created
D.
Hello foobar
E.
Hello foobar
What is the output when the following shell script executes?
Cat <<foobar
Hello foobar
foobar
What is the output when the following shell script executes?
Cat <<foobar
Hello foobar
foobar
A.
The contents of the file foobar
B.
Hello
C.
No output but a file named foobar is created
D.
Hello foobar
E.
Hello foobar