what is output of echo 1< 2 and echo 1 >2
Answer Posted / sanjaytiwari345
echo 1<2 output is 1 and echo 1>2 is no output
| Is This Answer Correct ? | 39 Yes | 3 No |
Post New Answer View All Answers
How to include a file code in different files in php?
Write syntax to open a file in php?
What is basic php?
How can we check the value of a given variable is a number?
Tell me what does the array operator '===' means?
Whether it is possible to share a single instance of a memcache between multiple php projects?
Is laravel frontend or backend?
What is data structure in php?
What is overloading in php?
which will print out the php call stack?
What is a persistent cookie in php?
What is the main difference between require() and require_once()?
Explain what are psrs?
What are some new features introduced in php7?
What is the difference between session_unregister() and session_unset()?