A.  if (conditional expression is true) thenexecute this codeend if

B.  if (conditional expression is true)execute this codeend if

C.  if (conditional expression is true)   {//Code Here}

D.  if (conditional expression is true) then  {//Code Here}

1
Correct Answer :
if (conditional expression is true)   {//Code Here}
Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python