what is output of echo 1< 2 and echo 1 >2
Answer Posted / ravindra nath verma
echo 1< 2; output is 1
echo 1 >2; output is nothing
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is a substring in php?
What is a static variable in php?
What types of loops exist in php?
What exactly is validating and sanitizing?
What is htmlspecialchars?
What are the steps involved to run php?
What is the default time in seconds for which session data is considered valid?
How do you pass a variable by value in php?
What is the name of the scripting engine that powers PHP?
What is htmlentities function in php?
What does a delimiter do in mysql?
Write a program to display table of a number using php?
Tell me can you extend a final defined class?
How do we get the current session id?
What distinguishes php from something like client side java script?