(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! or use
to share this post with others.
nice