#include <stdio.h> int main(void) { size_t n; scanf("%u",&n); int tb[n]; printf("%u",sizeof(tb)); return 0; }
10
40
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!