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
Is multiple inheritance supported in php?
What does the unset() function mean?
Which cryptographic extension provide generation and verification of digital signatures?
How can we change the maximum size of the files to be uploaded?
How to define a user function?
Is facebook still written in php?
What is php in simple words?
Write a program in php to find the occurrence of a word in a string?
Tell us why did you choose this particular career path?
What is php's mysqli extension?
Is it worth learning php in 2019?
What is constructor and destructor?
What is the use of preg_match in php?
What is super () python?
What happens when submit button is clicked?