c - Logical AND statement -


is statement correct in c-language?

a && b && c 

i want check ((a==2) && (b==3) && (c==4)).is usage of logical and correct?

yes, usage correct. can , many expressions want.


Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -