PrepAway - Latest Free Exam Questions & Answers

Which one of the following best demonstrates how to create tab-delimited output?

Which one of the following best demonstrates how to create tab-delimited output?

PrepAway - Latest Free Exam Questions & Answers

A.
print OUTPUT param(“state”) . “\t\ . param(“capitol”) . “\n”;

B.
print OUTPUT, param(“state”) param(“capitol”) . “\n”;

C.
print OUTPUT param(“state”). “\tab” . param(“capitol”) . “\n”;

D.
print OUTPUT. param(“state”) . “\t” . param(“capitol”) . “\n”;


Leave a Reply