What will be the output of the following program on GCC compiler?

Loading

โœช Choose the correct option.

What will be the output of the following program on GCC compiler?

#include  
#include
int main() {
int i, l;
char *x="Alice";
l= strlen(x);
for(i=0; i printf("%c",*x);
x++;
}
return 0;
}

A. Alice
B. ecilA
C. Alice lice ice ce e
D. lice ice ce e