Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

Level 8>lesson 7

Unable to solve this question
by

1 Answer

sam5epi0l
Try this code:


#include <stdio.h>

int main() {

int x;
char arr[10][12];
printf("%d", sizeof arr);

return 0;
}

Login / Signup to Answer the Question.