what is output of echo 1< 2 and echo 1 >2
Answer Posted / imteyazhaider
output of echo 1<2 will be 1
output of echo 1>2 will be nothing
| Is This Answer Correct ? | 32 Yes | 2 No |
Post New Answer View All Answers
How you can update memcached when you make changes to php?
What is use of htmlspecialchars php?
In php, how to redirect from one page to another page?
Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.
What is reference variable php?
What is difference between echo and print in php?
Explain mysql_error().
How many types of inheritances used in php and how we achieve it.
What are the differences between PHP3 and PHP4 and PHP5? what is the current stable version of PHP?
Tell me what sized websites have you worked on in the past?
How many records can be stored in mysql table?
How do you pass a variable by value in php?
What is framework in php for beginners?
Will php die?
Explain me how failures in execution are handled with include() and require() functions?