[Solved] How to make an if statement in c with two conditions?


Ok your question seems to be particularly unpopular…

just for info, have a look at http://en.wikipedia.org/wiki/Operators_in_C_and_C%2B%2B

The operator you are looking for is && but I should not tell you this since in fact as downvotes testify… your question is a bit lazy!

I also know that sometimes when you are a noob it can be diffcult to find the correct terms for google.

good luck!

3

solved How to make an if statement in c with two conditions?