Guest_imported
New member
- Jan 1, 1970
- 0
How Do i Put numbers in arrays in order??
for example
#include <stdio.h>
int array[] = { 12, 3, 100, 23, 11, 15, 200, 33, 199, 198, 22}
void main()
{
}
for example
#include <stdio.h>
int array[] = { 12, 3, 100, 23, 11, 15, 200, 33, 199, 198, 22}
void main()
{
}