what is output of echo 1< 2 and echo 1 >2
Answer Posted / krunal gohel
echo 1<2 output is 1 and echo 1>2 output is nothing
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How variables are passed through arguments?
What is faster in php?
How can we know the total number of elements of Array?
What is the difference between htmlentities and htmlspecialchars in php?
Are php short tags acceptable to use?
Does PHP 5 support exceptions? State Whether True or False?
What is the function in PHP do not return a timestamp?
Why is node js better than php?
What does the arrow mean in php?
What is curl php?
What is polymorphism with example in php?
What is composer install?
What is query string php?
What is the difference between explode() and split() functions?
What is 'float' property in css?