fork download
  1. int main()
  2. {
  3. char *ptr = "GeeksQuiz";
  4. printf("%c\n", *&*&*ptr);
  5. return 0;
  6. }
Success #stdin #stdout 0s 9424KB
stdin
Standard input is empty
stdout
G