update code cm2
This commit is contained in:
parent
eb5726c8d1
commit
f6827b7c87
@ -7,6 +7,4 @@ void main()
|
|||||||
unsigned char c = a + b;
|
unsigned char c = a + b;
|
||||||
|
|
||||||
printf("Value of c is: %d\n",c);
|
printf("Value of c is: %d\n",c);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -7,6 +7,4 @@ void main()
|
|||||||
char c = a + b;
|
char c = a + b;
|
||||||
|
|
||||||
printf("Value of c is: %d\n",c);
|
printf("Value of c is: %d\n",c);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user