0 like 0 dislike
5.5k views

11. There are some mistakes in the code, please fix them by using your compiler, and post your code here.

(can be answered 2 times)

#include <stdio.h>

int main(int argc, char *argv[]) {

int country_code;
scanf ("%d", &country_code);

if (country_code==886){
    printf("Taiwan");
}

else (country_code==976){
    printf("Mongolia");
}

else if (country_code==62){
    printf("Indonesia");
}

else if (country_code==66){
    printf("Thailand");
}

else
    printf("No");

    return 0
[Exam] asked in Mid-term examination by (5.9k points)
ID: 32690 - Available when: Unlimited - Due to: 2017-11-15 16:10
| 5.5k views

21 Answers

0 like 0 dislike
Hidden content!
#include *** * *** ****

int main(int argc, char *argv[]) {

int *** *
scanf * * ** * * ** **** * **

if ***** * *
**** ** ** * * ** * **** ** * ******** * *
}

else if *** **** * ***
** ** * * ** ** ** * * ****** *** * *
}

else if ** * * * * * *
*** * * * * * * *** * *** * * * **
}

else if ** * *
** * ** ** *** ** ** *** * **** ****
}

else
* * *** * *** **** ** * *** ***** * *

** * * ** * ** 0;
}
100/100 answered by (192 points)
0 0
Case 0: Correct output
Case 1: Correct output
Case 2: Correct output
Case 3: Correct output
0 like 0 dislike
Hidden content!
#include ** * * *

int main(int argc, char *argv[]) {

int * * **
scanf ** **** * * * *** * *

if * ** *
**** * * * * * ****** ***** * ** ** ******
}

else if * ***
** *** ** ** *** * * * *** *** * ******* *
}

else if ** **** *
** ** ** ** ****** ** * * *** * **
}

else if ** *** * *
** ** * * * ** * *** * * **** *** *
}

else
* **** **** **** * * ***** * * **

* *** * ** *** ** ** 0;
}
100/100 answered by (183 points)
0 0
Case 0: Correct output
Case 1: Correct output
Case 2: Correct output
Case 3: Correct output
0 like 0 dislike
Hidden content!
#include * * * ***

int main(int argc, char *argv[]) {

int * *
scanf *** * * ** *** **

if * * ** * *
* * *** ***** ** * * * * ******* ** ****** ** * *
}

else ** * * **
* * * * *** ** * * * *** * * *
}

else if * * ***
*** ** * ** ** * * ** **** * * *
}

else if * * **
** ** * * * *** ** ** **** *** *** * * * **
}

else
* * * * * * ** *** * **** ** * * ** **

**** * ****** ** * *** **** 0;}
100/100 answered by (244 points)
edited by
0 0
Case 0: Wrong output
Case 1: Wrong output
Case 2: Wrong output
Case 3: Wrong output
0 0
Case 0: Correct output
Case 1: Correct output
Case 2: Correct output
Case 3: Correct output
0 like 0 dislike
Hidden content!
#include *** ** * *** *

int main(int argc, char *argv[]) {

int * * **
scanf * * ** * * *****

if * * *
** ** **** * ** * **** ** *****

}else ** * * ****
** *** ** **** * ** * * * * **** ** ***

}else *** ** *
** * ** ** ** * * * ** * * * * *
}

else if ** * * * ***
* **** * * * * ** **** ***** ******** * **
}

else
**** * * * ** ***** ** *** ** * *** *

return 0;
}
100/100 answered by (153 points)
0 0
Case 0: Correct output
Case 1: Correct output
Case 2: Correct output
Case 3: Correct output
0 like 0 dislike
Hidden content!
****** ** * **

int main(int argc, char *argv[]) {

int * * * *
scanf ** ***** * * ** *** *** *

if * ******* *
** * *** ** * * ** * **** ** * * ** ** * *
}

else ********
* *** * ** * * ***** * * ** * * ** ****
}

else if ** **
* *** *** *** * * * * ** * * * ****
}

else if ***** **
**** * * ** * ** * ** * *** * **** **** **
}

else
* ** ***** * * * * ****** * *

return 0;
}
100/100 answered by (243 points)
0 0
Case 0: Correct output
Case 1: Correct output
Case 2: Correct output
Case 3: Correct output
0 like 0 dislike
Hidden content!
int main(int argc, char *argv[]) {

int * **
scanf * ** * ** * * * *

if ** * * ****
* ** ** * * ** * * **** * ** ** ***** * ** ***
}

else * * ** * ** ***
**** * **** * * ******* ** * ** * * *** ***
}

else if * *** * **
** * * * * * ** *** ******** * *** * * * *
}

else if * * *
**** * ***** ** ** **** * **** *** * *
** ** * * * 0;
}
1/100 answered by (449 points)
0 0
prog.c: In function 'main':
prog.c:4:1: warning: implicit declaration of function 'scanf' [-Wimplicit-function-declaration]
 scanf ("%d", &country_code);
 ^~~~~
prog.c:4:1: warning: incompatible implicit declaration of built-in function 'scanf'
prog.c:4:1: note: include '<stdio.h>' or provide a declaration of 'scanf'
prog.c:7:5: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
     printf("Taiwan");
     ^~~~~~
prog.c:7:5: warning: incompatible implicit declaration of built-in function 'printf'
prog.c:7:5: note: include '<stdio.h>' or provide a declaration of 'printf'
prog.c:10:25: error: expected ';' before '{' token
 else (country_code==976){
                         ^
prog.c:21:1: error: expected declaration or statement at end of input
 }
 ^
0 like 0 dislike
Hidden content!
#include ** *** ** *



int main(int argc, char *argv[]) {

int ** * *
scanf * * ****** *** ** *

if ** * ***
* ***** *** * * * ** * * ** * * *
}else if * *** ***
** * * * * * * ** * *** ** * * * * **
}

else if * * **** ***
***** * * ** * ** * * * * ** ** ******
}

else if ** ** *
* ** * ** * * * * ** *******
}

else
*** ** ** **** * * ***** ** *** ** *** * **

**** * *** * *** ** * * 0;
}
100/100 answered by (283 points)
0 0
Case 0: Correct output
Case 1: Correct output
Case 2: Correct output
Case 3: Correct output
0 like 0 dislike
Hidden content!
#include ***** ** ** ** *

int main(int argc, char *argv[]) {

int
scanf * * * * ** ****** * *

if ** ** * * ****
** *** * *** * * ** * * ****** **
}

else if ******** * **
* * *** * * *** * * * ** ** **
}

else if * *** **
* * * ** **** **** ** * ** ** ** * * *****
}

else if * * * * * *
* * * * ***** * *** ** **** *** * ** *
}

else
** * * * * * ** *** * * * *

* * * *** *** **** 0 ;
}
100/100 answered by (269 points)
0 0
Case 0: Correct output
Case 1: Correct output
Case 2: Correct output
Case 3: Correct output
0 like 0 dislike
Hidden content!
#include * ** * ****

int main(int argc, char *argv[]) {

int ***** **
scanf ** * **** *** * *

if ** * * *
** ** ** ** * * ** ***** * * ** **** **
}

else if ** ** *
* ******* ** * * * * ** *** ***** **** * * *
}

else if * * *
**** **** * * *** **** ** * * * *
}

else if * ***** **
***** * ** ** * * * *** * *** ** ****
}

else
* * ** * * * * * ** * **** * * *

** ****** * * ** ** ***** 0 ;
}
100/100 answered by (254 points)
0 0
Case 0: Correct output
Case 1: Correct output
Case 2: Correct output
Case 3: Correct output
0 like 0 dislike
Hidden content!
#include ** ** **** **

int main(int argc, char *argv[]) {

int ** * * *
scanf * ** * *** **** ** * ** * * *

** ** ** ****** **** **
**** **** * **** ** * *** ** ** *** ** **
}

else if *** ** * * **
* ** *** * * * ** * ** ** **** * ***
}

else if * ** * *
* ** ** *** * ** * * ***** ** **
}

else if ** * * *
*** ** ** ** *** ** ** *** ** ** * *******
}

else
****** * * ** *** * * * ******* * *** ** ***

**** ** * ** * * ** 0;
}
100/100 answered by (220 points)
0 0
Case 0: Correct output
Case 1: Correct output
Case 2: Correct output
Case 3: Correct output
Welcome to Peer-Interaction Programming Learning System (PIPLS) LTLab, National DongHwa University
English 中文 Tiếng Việt
IP:172.69.17.66
©2016-2025

Related questions

0 like 0 dislike
21 answers
[Exam] asked Nov 15, 2017 in Mid-term examination by nat236919 (5.9k points)
ID: 32695 - Available when: Unlimited - Due to: 2017-11-15 16:10
| 5.6k views
0 like 0 dislike
19 answers
[Exam] asked Nov 14, 2017 in Mid-term examination by nat236919 (5.9k points)
ID: 32015 - Available when: Unlimited - Due to: 2017-11-15 16:30
| 4.9k views
0 like 0 dislike
22 answers
[Exam] asked Nov 14, 2017 in Mid-term examination by nat236919 (5.9k points)
ID: 31995 - Available when: Unlimited - Due to: 2017-11-15 16:10
| 3.1k views
0 like 0 dislike
22 answers
[Exam] asked Nov 14, 2017 in Mid-term examination by nat236919 (5.9k points)
ID: 31983 - Available when: Unlimited - Due to: 2017-11-15 16:10
| 3.2k views
0 like 0 dislike
21 answers
[Exam] asked Nov 14, 2017 in Mid-term examination by nat236919 (5.9k points)
ID: 31979 - Available when: Unlimited - Due to: Unlimited
| 3k views
12,783 questions
183,442 answers
172,219 comments
4,824 users