0

Can anyone explain the defect in the given program.thanks in advance.

code is written in c. https://code.sololearn.com/cx7jKDrNZxzv/?ref=app

10th Mar 2018, 2:08 PM
Abhishek Singh Negi
Abhishek Singh Negi - avatar
1 Resposta
+ 9
Fixed code: https://code.sololearn.com/cba3E7zPzEyy/#c Problems: 1. There were some invisible characters (this happens when the code is pasted from another source) 2. Use if(flag==0) instead of if(flag=0) 3. There were mismatched curly braces 4. i, j should be declared before starting the loops
10th Mar 2018, 3:15 PM
Shamima Yasmin
Shamima Yasmin - avatar
Quente hoje
.
1 Votes
What?
0 Votes
HTML
0 Votes
Web
0 Votes
Quiz duel
0 Votes
FRC Coding?
1 Votes
AI
2 Votes
help
0 Votes
APIs
1 Votes