In below program, what would you put in place of “?” to print “Quiz”?
#include int main() { char arr[] = "GeeksQuiz"; printf("%s", ?); return 0; }
Answer: B
No answer description available for this question.