Initialization

This commit is contained in:
Kozar 2024-03-04 14:48:32 +01:00
parent fa26c73e71
commit c97976e478

View File

@ -1,6 +1,6 @@
#include <stdio.h> #include <stdio.h>
#define SIZE 10 #define SIZE 100
int main() { int main() {
double coefs[SIZE] = {0.0}; double coefs[SIZE] = {0.0};