what is output of echo 1< 2 and echo 1 >2
Answer Posted / krunal gohel
echo 1<2 output is 1 and echo 1>2 output is nothing
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Explain what are psrs? Choose 1 and briefly describe it?
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 a controller in php?
Tell us how can we access the data sent through the url with the post method?
Explain how we can retrieve the data in the result set of mysql using php?
What are the Advantages and Application Areas of PHP?
What is cookie and session in php?
Is php a framework?
What is array filter php?
How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain
How to get best php developer Experience in Php with Sugar CRM / VTiger.
Does php support overloading?
What is the function of string in c?
What is php limit?
What does $_files means?