1. To know why to Learn? (motivation)
2. To Learn how to run.
3. To learn how to use it's basic functions.
4. To learn how to apply this tool to your work.
5. Practice makes perfect.
6. To understand the theory behind this tool.
All hardware and software things including network, system, UI, maintaining tools and the information security field
#define COLS 5 /* assume array size = 5*/
int (*xptr)[COLS]; /* this is an array's pointer */
int *xptr[COLS]; /* this is a pointer array */