Home > Back-end >  If using c language
If using c language

Time:01-04

Why is wrong?

CodePudding user response:

The
refer to the original poster to vomit a bubble _o0O response:
why do wrong?

This error is to tell you above it have extra semicolon at the end of the if,

CodePudding user response:

If statement is roughly like this
If (exp1) {}
Else if (exp2) {}
.
Else if (expn) {}
The else {}
  • Related