1.

Predict the output of below program:#include <stdio.h>int main(){printf("%c ", "GeeksQuiz"[5]);return 0;}(A) Compile-time error(B) Runtime error(C) Q(D) s

Answer»


Discussion

No Comment Found