C size of NULL & EOF


Size of NULL ,EOF,Character,String in C

EntitySize in Bytes
NULL2
EOF2
 ’1′1
 “1″2
“”1
char1
Int2
Float4

Bookmark & Share