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
Is php developer in demand?
Is php better than python?
How is it possible to parse a configuration file?
Explain how we can retrieve the data in the result set of mysql using php?
Are sessions stateless?
How to join multiple strings into a single string?
What are the main error types in php and how do they differ?
Which is the dependent variable?
What is difference between variable declaration and variable definition?
Define about declare construct?
Explain me what is the w3c?
What are php magic quotes?
Is php a mvc?
What does the unset() function means?
Does php use html?