generic
parent
b1bd341470
commit
ee34e70b3e
|
@ -1,4 +0,0 @@
|
|||
int ciao[3];
|
||||
|
||||
printf("%ld", sizeof(ciao) / sizeof(*ciao)); //size in bytes of the array divided by the size in bytes of the type (pointer to the array, or first array of the element)
|
||||
|
Loading…
Reference in New Issue