malloc list
malloc list
please answer the following questions in C?
1. What are LINKED LISTS in C? and what is the diff b/w single and double linked lists?
2. What are MALLOC and CALLOC n wher will we use them and what is the main diff b/w dem?
3. what is the NULL POINTER? why to use that?
Try following:
Linked lists: http://www.exforsys.com/tutorials/c-language/c-linked-lists.html
malloc and calloc: http://irc.essex.ac.uk/www.iota-six.co.uk/c/f7_dynamic_memory_allocation.asp
null pointers: http://www.lysator.liu.se/c/c-faq/c-1.html
Goldest
GCCS97 #243 Proceedings of the GCC Developers Summit 2007
Categories: Programming