j'ai bien boss !
This commit is contained in:
8
DEV1.1/TP02:Caracteres,Reels/a_maj_ascii.c
Normal file
8
DEV1.1/TP02:Caracteres,Reels/a_maj_ascii.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
int main() {
|
||||
printf("%c\n", '\x41'); //100 0100
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user