C doesn’t allow multiple assignment like that, set each variable to 30 in a different statement.
1
solved Can anyone explain what is the error in the following program?
C doesn’t allow multiple assignment like that, set each variable to 30 in a different statement.
1
solved Can anyone explain what is the error in the following program?