what is output of echo 1< 2 and echo 1 >2
Answers were Sorted based on User's Feedback
Answer / sanjaytiwari345
echo 1<2 output is 1 and echo 1>2 is no output
| Is This Answer Correct ? | 39 Yes | 3 No |
output of echo 1<2 will be 1
output of echo 1>2 will be nothing
| Is This Answer Correct ? | 32 Yes | 2 No |
Answer / joseph
what will happened mean if true echo 1 else nothing
example
echo 5>2 ans is 1
echo 10<11 ans is 1
echo 10<9 ans nothing
so if true 1 else nothing
| Is This Answer Correct ? | 20 Yes | 1 No |
Answer / krunal gohel
echo 1<2 output is 1 and echo 1>2 output is nothing
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / ravindra nath verma
echo 1< 2; output is 1
echo 1 >2; output is nothing
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / ravindra saxena
echo 1<2 output is 1 and echo 1>2 output is 0
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / 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 |
What is a php trait?
what are Implode and Explode functions?
What do you mean by MVC ?
What is a php certification?
What is a role of a designer in web development. Till what level the designer will do his work. Does he gives the complete html file or the tpl file or he should also include the smarty tag in the tpl file.
Is numeric in php?
hi i am complted my b.tech and i want to learn php is php is good for my career and i want to know the salary growth on php any one can tell the answer plz and i am learning php myself it is easy to understand..........
Which function Returns the time of sunrise for a given day / location in PHP.
Is it possible to remove the html tags from data?
What is the basic syntax of Php?
How to get complete current page url in php?
Whether One-line comment begin with pound sing(#) in php?