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

Answer Posted / ravindra nath verma

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

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many ways to include variables in double-quoted strings in php?

551


When to use self over $this?

557


Differentiate between require and include?

540


Is php a low level language?

532


How can we create a database using php?

598






How do I run a php script?

557


What is the string concatenation operator in php?

523


How do I check environment variables?

531


When is a conditional statement ended with endif?

505


What is implode() in php?

608


What are the special characters you need to escape in single-quoted stings?

509


What are examples of dependent variables?

538


Is php a strongly typed language?

565


How do I use isdigit function?

562


What is session_start () in php?

524