Lazabuda / words_dict_test

It's for training English words
1 stars 0 forks source link

Check if we have got the memory #3

Open Lazabuda opened 2 years ago

Lazabuda commented 2 years ago

char A = (char )malloc(N); if (NULL == A) { for (int i = 0; i < N; i++) A[i] = i; printf("Array A successfully created!\n); }

Lazabuda commented 2 years ago

service message. iteration = 4 (null)Enter the word: none ./startscript: line 4: 2856 Segmentation fault ./start