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

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

Awesome Lists containing this project

README

          

# C Programming : GirlScript Education Outreach

## [Course Website](https://ribtas007.github.io/GS-EOP-C-programming/)

![logo](GSCP2.jpg)

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