C | Input and Output | Question 5

Last Updated :
Discuss
Comments

Predict the output of the below program:

C
#include <stdio.h>

int main()
{
    printf("%c ", 5["GeeksQuiz"]);
    return 0;
}

Compile-time error

Runtime error

Q

s

Tags:
Share your thoughts in the comments