In How many ways can u represent Not equal?Give Syntax of
all ways..
Answer Posted / vaneet badhan
well above given answers are alrite but :
in php its :
!=
!==
in mysql its :
<>
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is input sanitization in php?
Is php pass by reference or value?
What is faster?
Which is better #define or enum?
How to enable parsing?
What does nan stand for computer science?
What is a string in r?
What type of errors can be occurred in php?
Can you use both this () and super () in a constructor?
Explain the difference between isset() and empty()?
How do I run a php file?
What are the encryption techniques in php?
Is null empty php?
Which function would you use to replace a record in a database in php?
How to set cookies in PHP?