AshMit Academy

What will this code output?

int main() {
char str[] = "Hello";
printf("%c", *(str + 4));
return 0;
}

9 months ago | [YT] | 3