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
What does the array operator '===' means?
What are the Advantages and Application Areas of PHP?
What is php sequence?
What is cookie and why do we use it?
Is age interval or ordinal?
Difference between mysql_connect and mysql_pconnect?
For image work which library is used in php?
How can I make a script that can be bilingual (supports english, german)?
Is php a backend?
What is constructor and destructor?
What is $_ request in php?
What is asort php?
How can you declare the array in php?
What is session cookies php?
What is php crud api?