Latest News
Showing posts with label calloc. Show all posts
Showing posts with label calloc. Show all posts
Array of pointers in C
Posted by genesisdatabase
on
Saturday, 15 January 2011
, under
2D,
array,
calloc,
char,
dimension,
dimensional,
dynamic,
malloc,
Programming,
realloc,
Source Codes,
static,
string,
Tutorials
|
comments (0)
Did you ever have a need to store strings in a string arrays and not waste spaces? In this post i will be explaining some of the ways that you can save yourself from destroying the RAM!