My issue
output is correct why it not showing correct
My code
#include <stdio.h>
void main() {
printf("I love c.");
//Replace the _ with the correct value
// return 0;
}
Learning course: Learn C
Problem Link: CodeChef: Practical coding for everyone