My issue
what is should be a output?
My code
#include <stdio.h>
int main(void) {
// your code goes here
char a[5]={1,2,3,4,5};
printf("Thae array is :",a);
return 0;
}
Learning course: BCS304: Data structures and Applications
Problem Link: Creating Arrays Practice Problem in BCS304: Data structures and Applications - CodeChef