InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    What is the difference between'\' and '\\' oprator? | 
                            
| 
                                   
Answer»  echo '0' ; ?> Explanation: Here the VALUES for the variables are set. ... The bitwise OR OPERATOR SETS the bit value whereas the logical OR operator sets true or 1 if either one of the conditions/bit value is 1 else it sets false or 0.  | 
                            |