CompTIA Exam Questions

Which command allows you to make a shell variable visible to subshells?

Which command allows you to make a shell variable visible to subshells?

A.
export $VARIABLE

B.
set VARIABLE

C.
export VARIABLE

D.
set $VARIABLE

E.
env VARIABLE