My issue
how to output done to console?
My code
#include <stdio.h>
int main(void)
{
// your code goes here
int myArray[5]= {1, 2, 3, 4, 5};
}
Learning course: Data structures & Algorithms lab
Problem Link: https://www.codechef.com/learn/course/muj-aiml-dsa-c/MUJADSAC05/problems/CLB086