0_0_17494799_19507.c: In function 'mtc':
0_0_17494799_19507.c:3:17: error: expected expression before '/' token
char mtc(int a){//intתchar
^
0_0_17494799_19507.c:3:17: error: stray '\327' in program
0_0_17494799_19507.c:3:17: error: stray '\252' in program
0_0_17494799_19507.c:5:14: error: 'zero' undeclared (first use in this function)
return a+zero;
^
0_0_17494799_19507.c:5:14: note: each undeclared identifier is reported only once for each function it appears in
0_0_17494799_19507.c: In function 'ctm':
0_0_17494799_19507.c:7:17: error: expected expression before '/' token
int ctm(char a){//charתint
^
0_0_17494799_19507.c:7:17: error: stray '\327' in program
0_0_17494799_19507.c:7:17: error: stray '\252' in program
0_0_17494799_19507.c:12:18: error: 'zero' undeclared (first use in this function)
return a-zero;
^
0_0_17494799_19507.c: In function 'plus':
0_0_17494799_19507.c:47:10: error: expected '(' before '%' token
while%2
^
0_0_17494799_19507.c:47:10: error: expected declaration or statement at end of input
|