0 like 0 dislike
1.8k views

12. 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>
#include <stdlib.h>

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

scanf("%d",a);

if(a%2!=0){
	print("Odd");
}else

print("Even");

	return 0;
}

 

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

21 Answers

0 like 0 dislike
Hidden content!
** **** * * * * * **
** * ** ** * * *

int * ** argc, char ******* {
int a = 0;

***** * * * ** * * * ** **

*** * * ** ** **
* *** * * * * * * ** ** * ** * * *
* * * * }
* * ** **** * else{
** * * * * * **** * * * * *
* * ** * * }

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

int main(int argc, char *** ** {
int a;

* *** ** ** ** ** ** *

*** *
* * **** ** ** ** ** ** * * ***** ** * ***
}
else{
* * * ** *** ** *** * **
}
** ** * *** ** *** * * ** * * 0;
}
100/100 answered by (269 points)
0 0
Case 0: Correct output
Case 1: Correct output
0 like 0 dislike
Hidden content!
* * * *** * ***
**** ** **

int main(int argc, char * {
int a;

* **** *** * **

*** *
* ** * * ** ** * *** * * * * **** **** *
}
else{
* * * *** * **
}
* * **** * * * * *** ** ** 0;
}
100/100 answered by (243 points)
0 0
Case 0: Correct output
Case 1: Correct output
0 like 0 dislike
Hidden content!
* *** * * * *
** ** ** * *** ***

int ** argc, char ** {
int a

** ** * * **** ******

* ***
* ** *** ** * ** *** *** ***** *
**

* ** * * **

* * *** *** * * 0;
}
1/100 answered by (135 points)
0 0
prog.c: In function 'main':
prog.c:7:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'scanf'
 scanf("%d",a);
 ^~~~~
prog.c:7:12: error: 'a' undeclared (first use in this function)
 scanf("%d",a);
            ^
prog.c:7:12: note: each undeclared identifier is reported only once for each function it appears in
prog.c:10:2: warning: implicit declaration of function 'print' [-Wimplicit-function-declaration]
  print("Odd");
  ^~~~~
0 like 0 dislike
Hidden content!
* * * ******* **
** ** ***** **

int ** * * char ** {

int a;

* **** * * * ** *

* * != 0){
** *** ***** ** * ** **
}

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

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

int * argc, char * {
int a;

*** * * ** *** ** *** **

**
* ** * ****** *
* *

* ** * ** **** * * ****

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

int * *** argc, char ** * * {
int a;

* * * *** ** * ** ***

* **
* **** ** * * ***** **** * ***

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

* * * * * 0;
}
100/100 answered by (290 points)
0 0
prog.c: In function 'main':
prog.c:10:9: warning: too many arguments for format [-Wformat-extra-args]
  printf("Odd",a);
         ^~~~~
prog.c:13:8: warning: too many arguments for format [-Wformat-extra-args]
 printf("Even",a);
        ^~~~~~
0 0
Case 0: Correct output
Case 1: Correct output
0 like 0 dislike
Hidden content!
**** * *** * * *
* * * **** * ****

int ** * argc, char ** * {
int a;

* ***** ** * ** *** *

** ** != 0){
*** ** *** ***** ****** **** * ** ******
}else

* * * *** * * ** ** *

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

int *** ** char * * {
int a;

** * * *** * ** * * *

*** != 0){
* * *** *** ** * * ******** ** * *


* ** ** * **** *

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

int *** * argc, char * {
int a;

***** ** * * * ***

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

Related questions

0 like 0 dislike
21 answers
[Exam] asked Nov 15, 2017 in Mid-term examination by nat236919 (5.9k points)
ID: 32690 - Available when: Unlimited - Due to: 2017-11-15 16:10
| 1.8k views
0 like 0 dislike
18 answers
[Exam] asked Nov 14, 2017 in Mid-term examination by nat236919 (5.9k points)
ID: 32199 - Available when: Unlimited - Due to: 2017-11-15 16:30
| 1.7k views
0 like 0 dislike
22 answers
[Exam] asked Nov 14, 2017 in Mid-term examination by nat236919 (5.9k points)
ID: 31997 - Available when: Unlimited - Due to: 2017-11-15 16:10
| 1.1k views
0 like 0 dislike
22 answers
[Exam] asked Nov 14, 2017 in Mid-term examination by nat236919 (5.9k points)
ID: 31985 - Available when: Unlimited - Due to: 2017-11-15 16:10
| 1.1k views
0 like 0 dislike
20 answers
[Exam] asked Nov 14, 2017 in Mid-term examination by nat236919 (5.9k points)
ID: 31981 - Available when: Unlimited - Due to: 2017-11-15 16:10
| 956 views
12,783 questions
183,443 answers
172,219 comments
4,824 users