(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.

There is currently one response to “(ANSI) C Reference – C Initialization”

Why not let us know what you think by adding your own comment!

  1. Julius on June 22nd, 2011:

    nice

Leave a Reply: