what is output of echo 1< 2 and echo 1 >2
Answer Posted / ravindra saxena
echo 1<2 output is 1 and echo 1>2 output is 0
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How can we create a database using php?
What is the expansion of LAMP?
Why do we use inheritance in php?
Is java is better than php?
Is it difficult to learn php?
What is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
What is an associative array?
What is composer install?
How to execute a function in php?
How to convert a string to uppercase in php?
Where is the functions php in wordpress?
What are the two types of variables?
What is the use of imagetypes() method?
What is the maximum size of a database in mysql?
How to convert a character to an ascii value?