In How many ways can u represent Not equal?Give Syntax of
all ways..

Answers were Sorted based on User's Feedback



In How many ways can u represent Not equal?Give Syntax of all ways....

Answer / vaneet badhan

well above given answers are alrite but :
in php its :

!=
!==
in mysql its :

<>

Is This Answer Correct ?    5 Yes 2 No

In How many ways can u represent Not equal?Give Syntax of all ways....

Answer / karu

3 ways
!=
<>
!==

Is This Answer Correct ?    5 Yes 3 No

In How many ways can u represent Not equal?Give Syntax of all ways....

Answer / karu

3 Ways

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More PHP Interview Questions

Why is facebook still using php?

0 Answers  


What is the function used to change the root directory in PHP?

0 Answers  


How can we do user authentication without using session/cookies ? For ex:- From page1 accepts user name and password and need to check in all other pages whether the user has logged in or not

6 Answers   TCS,


What is the advantge and disadvantage of mysql_connet() and mysql_pconnect() ? in which condition will you use mysql_connect() and mysql_pconnect().

2 Answers   Avanigoradia,


How to get a total number of rows available in the table?

0 Answers  






Explain php explode() function.

0 Answers  


iam mca post graduate in 2010 not getting job in JAVA so iam looking for carear in php as market demand is high so it is best option to try for php or not

0 Answers  


What is the differences between $a != $B and $a !== $B?

0 Answers  


Write a program to display reverse of any number?

0 Answers  


How can we know that a session is started or not?

8 Answers  


What are the different ways we can retrive the mysql results using php ? Explain each

1 Answers  


How to convert any type of video formate in flv formate in php can any buddy give me coding.

1 Answers  


Categories