My issue
help?
My code
#include <stdio.h>
int main()
{
int numbers[5] = {
1,
2,
3,
4,
5
};
for (int i = 0; i <= 5; i++)
print (numbers[i]);
return 0;
}
Learning course: Data structures & Algorithms lab
Problem Link: https://www.codechef.com/learn/course/muj-dsa-c/MUJDSAC05/problems/CLB086