Description
Master pointers, addresses and memory management in C
Duration: 24hr
Mode: Flexible as per the student
Price: 35$ per hour
About this course:
In this course, we will examine a key concept, foundational to any programming language: the usage of memory.
This course builds upon the basic concept of pointers, discussed in C Programming: Modular Programming and Memory Management, and introduces the more advanced usage of pointers and pointer arithmetic. Arrays of pointers and multidimensional arrays are addressed, and you will learn how to allocate memory for your own data during program execution. This is called dynamic memory allocation at runtime using pointers.
Why learn C and not another programming language? Did you know that smartphones, your car’s navigation system, robots, drones, trains, and almost all electronic devices have some C-code running under the hood? C is used in any circumstance where speed and flexibility are important, such as in embedded systems or high-performance computing.
In this course, you will also gain experience with programming concepts that are foundational to any programming language.
Unlocking the door to a career in computer engineering.
What you'll learn:
-Pointers and addresses
-Indirection and multiple indirection
-Generic pointers and casts
-Memory allocation and reallocation
-Pointer arithmetic
-Singly and doubly linked lists
-Queues and stacks
-Deep and shallow copying
-Common pointer errors