Predict the output of the below program:
#include <stdio.h> int main() { printf("%c ", 5["GeeksQuiz"]); return 0; }
Compile-time error
Runtime error
Q
s
This question is part of this quiz :