#include #define get(s) #s int main() { char str[] = get(GeeksQuiz); printf("%s", str); return 0; }
Answer: C
No answer description available for this question.