How do i use the 'malloc' function. Can someone give me an example.. Thanks in advance...
If you dynamically-allocate, it means you'll have to access your dynamic data via pointers. This is probably less efficient than direct addressing - especially for structures!