Point out the correct combination related to output statements.

echo: true
echo=false
none of the mentioned

The correct answer is: A. results: “asis”

The results keyword is used to output the results of a query. The asis keyword is used to output the results without

48.3 47.8C117.2 448 288 448 288 448s170.8 0 213.4-11.5c23.5-6.3 42-24.2 48.3-47.8 11.4-42.9 11.4-132.3 11.4-132.3s0-89.4-11.4-132.3zm-317.5 213.5V175.2l142.7 81.2-142.7 81.2z"/> Subscribe on YouTube
any formatting.

The echo keyword is used to output a string to the console. The true and false keywords are used to set the value of a boolean variable.

Therefore, the only option that is related to output statements is A. results: “asis”.

Exit mobile version