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 use of the function htmlentities?
How to find a specific value in an array?
What is return value in php?
How do I display php errors?
What are the methods of array in java?
Which is incorrect with respect to separating php code and html?
How do you end a session in php?
Explain me what are the main error types in php and how do they differ?
What is 'float' property in css?
How do you use end in python?
What is php string function?
Which is the best php framework for a beginner?
Why do we use inheritance in php?
Is php better than java?
What is dao in php?