Two Equal Signs in One Line?

后端 未结 10 878
北荒
北荒 2020-12-06 04:58

Could someone please explain what this does and how it is legal C code? I found this line in this code: http://code.google.com/p/compression-code/downloads/list, which is a

10条回答
  •  南方客
    南方客 (楼主)
    2020-12-06 05:32

    You can do this: http://en.wikibooks.org/wiki/C_Programming/Variables

    Moreover,

    [a int] = 0; is possible.

    [a char] = 0; is possible too.

    arcbit and arcchar equals 0.

提交回复
热议问题