Initialization

This commit is contained in:
Kozar 2024-03-04 14:44:02 +01:00
parent d7650f3e0f
commit 9256a5504a

View File

@ -3,9 +3,9 @@
#define SIZE 10
int main() {
int coefs[SIZE];
int x = 0;
int input = 0;
double coefs[SIZE] = {0.0};
double x = 0.0;
double input = 0.0;
int count = 0;
int length = 0;
double result = 0.0;