Skip to content

Latest commit

 

History

History
71 lines (51 loc) · 3.91 KB

README.md

File metadata and controls

71 lines (51 loc) · 3.91 KB

Computer Programming

Overview

This is an introductory course to a holistic approach to computer science. Fundamental programming concepts including but not limited to arrays, pointers, structs etc. will be discovered through the C programming language. The course requires that students use a command line environment when programming. Hence, having an understanding about concepts such as Linux, telnet, vi editor etc. will prove to be essential.

Navigation

Prerequisites

This course has no prerequisites.

Textbooks

Title Author(s) Edition
The C Programming Language Brian Kernighan & Dennis Ritchie 2nd (1989)
The C Answer Book Clovis L. Tondo & Scott E. Gimpel 2nd (1989)
Problem Solving and Program Design in C Jeri R. Hanly & Elliot B. Koffman 8th (2016)
Let Us C Yashavant P. Kanetkar 5th (2004)
C : The Complete Reference Herbert Schildt 4th (2000)

Code

Videos

Websites

Articles

Communities

Apps