From 3a35ff3bd4bf9821fc4a9d4c06fa38aaf567aeeb Mon Sep 17 00:00:00 2001 From: ak643du Date: Thu, 29 Feb 2024 14:23:40 +0100 Subject: [PATCH] cv3 --- cv3/program.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 cv3/program.c diff --git a/cv3/program.c b/cv3/program.c new file mode 100644 index 0000000..8d0ed72 --- /dev/null +++ b/cv3/program.c @@ -0,0 +1,18 @@ +#include + +#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; +}