saptarshikuar2003's blog

By saptarshikuar2003, history, 12 hours ago, In English
  • Vote: I like it
  • +3
  • Vote: I do not like it

»
12 hours ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

please help me for this...:((

»
11 hours ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

please help :(

»
10 hours ago, hide # |
Rev. 2  
Vote: I like it +3 Vote: I do not like it

"!=" operator has higher precendence than "&"(bitwise and) , so your code evaulates wrongly . its the first if condition . learn about precendences at cppreference.com