
December 10th, 2012, 10:40 PM
|
|
Registered User
|
|
Join Date: Dec 2012
Posts: 17
Time spent in forums: 3 h 31 m 51 sec
Reputation Power: 0
|
|
|
Array question
say I make an array.
#include<stdio.h>
static int arr[5];
/*
At this point, can I do anything with arr, specificly, put any elements in there? Or is it basically just useless having 5 elements that are just, nothing
*/
|