Question:View variables can be printed as
A {<?php $variable ?>} B { $variable } C {{ $variable }} D <?php echo $variable ?>
+ AnswerC D
+ Report