My issue
Help with the code hidden test case
My code
#include <stdio.h>
int main() {
const char*months[]={"January","February","March","April"};
printf("The 3rd month of the year is:",months[2]);
}
Learning course: Data structures & Algorithms lab
Problem Link: https://www.codechef.com/learn/course/muj-aiml-dsa-c/MUJADSAC05/problems/CLB086A