Question #4: What is the value of y at the end of main? 52% on 6940 times asked
const int x = 5; int main(int argc, char** argv) { int x[x]; int y = sizeof(x) / sizeof(int); return 0; }