Open main menu

CDOT Wiki β

Talk:Team B Fallen Coders - oop344 20111

Revision as of 19:36, 15 February 2011 by Bapatel6 (talk | contribs) (malloc)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

malloc function

syntax : malloc(size)

it allocated memory of given size... u can assign it to pointer & u can use that memory...


i.e. buffer = (char*) malloc(<str size>);

ok try & code on this.. if u have any question..post

Return to "Team B Fallen Coders - oop344 20111" page.