Help me in solving STRR1 problem

My issue

My code

#include <stdio.h>

int main() {
  char fruit[] = "Apple";
  printf("%s", fruit );
 
  return 0;
}

Learning course: Learn C
Problem Link: CodeChef: Practical coding for everyone

@mukeshb2005
The code does not seem to contain any errors. Just click on submit button.