This commit is contained in:
Kozar 2024-02-29 14:23:40 +01:00
parent 6e52173049
commit 3a35ff3bd4

18
cv3/program.c Normal file
View File

@ -0,0 +1,18 @@
#include <stdio.h>
#define SIZE 10
int main() {
char numbs[SIZE] = {0} ;
int x = 0;
int input = 0;
int count = 0;
while(intput != NULL){
numbs[count] = input;
printf("%d",numbs[count]);
count++;
}
return 0;
}