1. What will be displayed by following statement? printf("%.2f", 2.345); 2.345 2.34 2.35 None of the above 2. What is th

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

1. What will be displayed by following statement? printf("%.2f", 2.345); 2.345 2.34 2.35 None of the above 2. What is th

Post by answerhappygod »

1. What will be displayed by following statement?
printf("%.2f", 2.345);
2.345
2.34
2.35
None of the above
2. What is the CSS selector of a class, e.g., <div
class=”test”>?
A period (.)
A sharp (#)
div
None of the above
3. When mixing PHP statements in an HTML file, we can use which
of the following extension for the document file?
php
html
htm
phphtml
4. What will be displayed with the following PHP statements?
$a = “Test”;
echo ‘This is a $a’;
This is a $a
This is a Test
This is a test
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply