https://github.com/ribtas007/gs-eop-c-programming
This site contains all the codes and presentation of the C programming session
https://github.com/ribtas007/gs-eop-c-programming
Last synced: about 1 year ago
JSON representation
This site contains all the codes and presentation of the C programming session
- Host: GitHub
- URL: https://github.com/ribtas007/gs-eop-c-programming
- Owner: RIBTAS007
- Created: 2020-04-27T08:11:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T05:43:55.000Z (about 6 years ago)
- Last Synced: 2025-01-24T12:45:23.038Z (over 1 year ago)
- Language: C
- Homepage: https://ribtas007.github.io/GS-EOP-C-programming/
- Size: 4.24 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C Programming : GirlScript Education Outreach
## [Course Website](https://ribtas007.github.io/GS-EOP-C-programming/)

This is a 7 day crash course of C Programming which will cover almost all the basics required to kickstart C programming.
## Course Structure
DAY | Topics Covered
--- | ---
1 | Introduction to C programming, Input , Output
2 | Operators in C, Typecasting
3 | Control statements
4 | Functions
5 | Arrays and string
6 | Pointers
7 | Dynamic memory allocation, Structures