debut TP19
This commit is contained in:
14
DEV1.1/TP19/tailles.c
Normal file
14
DEV1.1/TP19/tailles.c
Normal file
@@ -0,0 +1,14 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
struct taille{
|
||||
char a;
|
||||
char b;
|
||||
char c;
|
||||
};
|
||||
|
||||
typedef struct taille e;
|
||||
|
||||
int main(void){
|
||||
printf("%lu\n", sizeof(e));
|
||||
}
|
||||
Reference in New Issue
Block a user