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

Tell me how would you declare a function that receives one parameter name hello?

0 Answers  


What types of images that PHP supports?

2 Answers  


What is meant by ‘passing the variable by value and reference' in php?

0 Answers  


Where is my php ini file?

0 Answers  


What is the diffrence between GET,POST and REQUEST Method.

7 Answers   Acquity Software,






What are the advantages of stored procedures, triggers, indexes in php?

0 Answers  


What is sql injection in php?

0 Answers  


Write a function that takes "depth" as argument and return sum of node's data of that depth. For instance, (0) depth 0 / \ (10) (20) depth 1 / \ (40) (50) depth2 If I pass get_sum_by_depth(2) , it would return 90 (i.e. 40 + 50 )

0 Answers   Amazon,


What are traits?

0 Answers  


What is isset php?

0 Answers  


What are traits? How is it used in php?

1 Answers  


Explain the three different kinds of Arrays?

0 Answers  


Categories