#include #include int main(){ int arr[] = {1,2,3}; arr[3] = 4; printf("%d",sizeof(arr) / sizeof(1)); //TO print