Top

Discussion

#include 
#define get(s) #s
 
int main()
{
    char str[] = get(GeeksQuiz);
    printf("%s", str);
    return 0;
}

 

  • A.Compiler Error
  • B.#GeeksQuiz
  • C.GeeksQuiz
  • D.GGeeksQuiz

Answer: C

No answer description available for this question.

No comment is present. Be the first to comment.
Loading…

Post your comment