C isn't that hard: void ( *( *f[] ) () ) ()

前端 未结 13 786
名媛妹妹
名媛妹妹 2020-11-29 14:25

I just saw a picture today and think I\'d appreciate explanations. So here is the picture:

I found this confusing and wondered if such codes are ever prac

13条回答
  •  死守一世寂寞
    2020-11-29 15:05

    As a random trivia factoid, you might find it amusing to know that there's an actual word in English to describe how C declarations are read: Boustrophedonically, that is, alternating right-to-left with left-to-right.

    Reference: Van der Linden, 1994 - Page 76

提交回复
热议问题