Main.c: In function ‘main’:Main.c:10:5: error: variable-sized object may not be initialized 10 | int arr[k]={0}; | ^~~