Browse Source

update code cm2

master
Francois Lesueur 2 years ago
parent
commit
f6827b7c87
  1. 2
      cm2-nombres-code/char.c
  2. 2
      cm2-nombres-code/char2.c

2
cm2-nombres-code/char.c

@ -7,6 +7,4 @@ void main()
unsigned char c = a + b;
printf("Value of c is: %d\n",c);
}

2
cm2-nombres-code/char2.c

@ -7,6 +7,4 @@ void main()
char c = a + b;
printf("Value of c is: %d\n",c);
}

Loading…
Cancel
Save