(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. Both comments and pings are currently closed. 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