27 Septembre
This commit is contained in:
6
DEV1.1/TP04:Types/variete.c
Normal file
6
DEV1.1/TP04:Types/variete.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void) {
|
||||
printf("%d,77,%f,%c%c,%lf\n",77,77.0,'7','7',77.0);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user