what is output of echo 1< 2 and echo 1 >2

Answers were Sorted based on User's Feedback



what is output of echo 1< 2 and echo 1 >2..

Answer / sanjaytiwari345

echo 1<2 output is 1 and echo 1>2 is no output

Is This Answer Correct ?    39 Yes 3 No

what is output of echo 1< 2 and echo 1 >2..

Answer / 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

what is output of echo 1< 2 and echo 1 >2..

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

what is output of echo 1< 2 and echo 1 >2..

Answer / ajish mathew

1<2 = 1
1>2 = nothing

Is This Answer Correct ?    14 Yes 2 No

what is output of echo 1< 2 and echo 1 >2..

Answer / krunal gohel

echo 1<2 output is 1 and echo 1>2 output is nothing

Is This Answer Correct ?    5 Yes 1 No

what is output of echo 1< 2 and echo 1 >2..

Answer / ravindra nath verma

echo 1< 2; output is 1
echo 1 >2; output is nothing

Is This Answer Correct ?    3 Yes 1 No

what is output of echo 1< 2 and echo 1 >2..

Answer / ravindra saxena

echo 1<2 output is 1 and echo 1>2 output is 0

Is This Answer Correct ?    3 Yes 2 No

what is output of echo 1< 2 and echo 1 >2..

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

Post New Answer

More PHP Interview Questions

What is is_null() in php?

0 Answers  


Is php used anymore?

0 Answers  


How to get complete current page url in php?

0 Answers  


What is php addslashes?

0 Answers  


What type of headers have to add in the mail function in which file a attached?

2 Answers  






Which is better php or wordpress?

0 Answers  


Explain object-oriented methodology in php?

0 Answers  


Tell me what are the different types of errors in php?

0 Answers  


What are the methods of array in java?

0 Answers  


What is php sequence?

0 Answers  


How to execute an sql query? How to fetch its result?

0 Answers  


what is pear in php in brief ?

1 Answers  


Categories