what is output of echo 1< 2 and echo 1 >2
Answer Posted / lalit kumar sharma
1>2=0
1<2=1
because it return only TRUE value that is 1<2
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to find the length of a string?
How do I display php errors?
What is composer used for?
What is a namespace in php?
How to get no of arguments passed to a PHP Function?
What is final class and final method in php?
Tell me what is the use of mysql_real_escape_string() function?
What is mean by an associative array?
What are the __construct() and __destruct() methods in a php class?
What is $globals php?
Why many companies are switching their current business language to php? Where php basically used?
What are the features of php 7?
Tell me what's the difference between include and require?
What is namespace in php?
What is the difference between mysql_fetch_array() and mysql_fetch_assoc()?