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
What are the advantages and disadvantages of cascade style sheets?
Why are sessions used?
What is the function to count elements in an array in PHP?
How can you upload a file using php?
Why php is used in html?
How to get ip address of a server in php?
What is psr in php?
Explain the casts allowed in PHP?
What is echo in html?
Explain the syntax for ‘foreach’ loop with example.
List functions available to sort an php array?
What are php parameters?
List types of array are available in php?
Is php a strongly typed language?
What is a php namespace?