(ANSI) C Reference – C Initialization

A look at C programming language initialization.


type name=value ->  Initialize variable


type name[]={value1,…} ->  Initialize array


char name[]=”string” ->  Initialize char string


This entry was posted in C Initialization. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site. Tweet This! Tweet This! or use to share this post with others.

Leave a Reply: