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
What is the role of php?
Explain how to submit form without a submit button.
What is the difference between abstract class and interface in php?
What is good average session duration?
What are the different errors in php?
How to convert a string to uppercase in php?
What is a stored procedure in mysql?
What is a query in a database?
What are the advantages of stored procedures in php?
What is difference between action hook and filter hook?
Does strlen include null?
What is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
How is it possible to cast types in php?
How to convert one date format into another in php?
Which array function checks if the particular key exists in the array?