LPI Exam Questions

What is the output when the following shell script executes?

What is the output when the following shell script executes?

Cat <<foobar
Hello foobar
foobar

A.
The contents of the filefoobar

B.
Hello

C.
No output but a file namedfoobar is created

D.
Hellofoobar

E.
Hellofoobar