cv3
This commit is contained in:
parent
6e52173049
commit
3a35ff3bd4
18
cv3/program.c
Normal file
18
cv3/program.c
Normal 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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user