saptarshikuar2003's blog

By saptarshikuar2003, history, 3 hours ago, In English
»
3 hours ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

please help me for this...:((

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

please help :(

»
55 minutes ago, hide # |
Rev. 2  
Vote: I like it +1 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