My issue
not showing correct answer
My code
#include <stdio.h>
void main() {
char a[10]="I love c.";
printf("%s",a);
//Replace the _ with the correct value
// return 0;
}
Learning course: Learn C
Problem Link: CodeChef: Practical coding for everyone