An open API service indexing awesome lists of open source software.

https://github.com/georgecatalin-codepractice-courses/learn-data-structures-and-pointers-in-c

Code practice from LinkedIn Learning course "Learn Data Structures and Pointers in C" by Dan Gookin
https://github.com/georgecatalin-codepractice-courses/learn-data-structures-and-pointers-in-c

c cprogramming cprogramming-language linkedin-learning

Last synced: 12 months ago
JSON representation

Code practice from LinkedIn Learning course "Learn Data Structures and Pointers in C" by Dan Gookin

Awesome Lists containing this project

README

          

# Learn-Data-Structures-and-Pointers-in-C
Code practice from LinkedIn Learning course "Learn Data Structures and Pointers in C" by Dan Gookin

https://www.linkedin.com/learning/c-data-structures-pointers-and-file-systems/

## Learning objectives
* Working with arrays
* Building a structure
* Creating an array of structures
* Testing characters
* Working with strings in C
* Using pointers to manipulate data
* Manipulating files
* Using command-line arguments
* Working with time functions