php echo chr(52 ) . ; // Decimal value echo chr (052) . ; // Octal value echo chr (0x52) . ; // Hex value?>, What will be the output of the following PHP code? php echo chr(52 ) a) 1 b) 2 c) 3 d) 4. What will be the output of the following PHP code? php echo chr(52 ) a) 1 b) 2 c) 3 d) 4. … The chr () function returns a character from the specified ASCII value. Since the ASCII value of 4 is 52 , thus 4 was displayed. Join The Discussion.
Question is ? Output : php echo chr(52 ); ?>, Options are ? (A) 1, (B) 2, (C) 3, (D) 4, (E) , Leave your comments or Download question paper.
php echo chr(52 ) . ; // Decimal value echo chr (052) . ; // Octal value echo chr (0x52) . ; // Hex value?>, 7/12/2012 · chr (ascii) Contoh : php echo chr(52 ). ; //Hasil : 4 echo chr (81). ; //Hasil : Q echo chr (0x52). ; //Hasil : R ?> snippet string. Alfa Adhitya Member since December 18, 2019 . Computer science education cannot make anybody an expert programmer any more than studying brushes and pigment can make somebody an expert painter …
? php echo chr(52 ); ?> , gk, general knowledge,gk and ga,current affairs,aptitude,general awerness> Select Topic. PHP Object Oriented Concept of PHP PHP Basic MCQ Variables in Php MCQ Arrays in PHP MCQ String and Regular Expression Functions in PHP MCQ HTML Form and PHP MCQ Exception Handling in PHP MySql with PHP Basic MCQ .
Report a Problem: Your E-mail: Page address: Description: Submit, 12/22/2020 · php echo chr(52 ) . ; // Decimal value echo chr (052) . ; // Octal value echo chr (0x52) . ; // Hex value ?> /* Output : 4 * R, echo Less than . chr (60); // Output Less than PHP for loop we can print all the ASCII table numbers.
PHP chr() function for beginners and professionals with examples, php file, php session, php date, php array, php form, functions, time, xml, ajax, php mysql, regex, string, oop, chop(), bin2hex(), addslashes(), addcslashes() etc. … PHP Tutorial Install PHP PHP Code PHP Echo PHP Print PHP Echo vs Print PHP Variable PHP Variable Scope PHP …