45

C is not that hard:

void (* (* f[ ]) () ) () declares f to be array of unspecified size, of pointers to functions, which return pointers to functions which return void.

By the way, I am uncomfortable with the fact that I am comfortable with this statement.

Comments
  • 1
    @Lahsen2016 I agree, it does seem like this was written purely to confuse people, much like the sentence: "James, while John had had, "had", had had, "had had"; "had had" had had a better effect on the teacher"
  • 3
    @BitFlipped
    I didnt know about that sentence, and it is confusing af. It doesn't make any sense and I cant understand it.

    About the C function, it doesnt make sense to use it but i totally understand it.
    The only way i can think about it being used is to simulate a sleep methood or something time related.
  • 0
    Hello my friends
  • 1
    Hello darkness my old friend.
  • 0
    I ve been @BrainDead for a few days now
  • 0
    @someDude resist the temptation of the dark side
Add Comment