C PROGRAMMING ppt, pdf, swf & MP4 LECTURE NOTE MATERIALS FOR C SHORT COURSE
with code examples
The following Table provides download materials for C short course which span for 2 weeks. In order to access the sample codes from ppt or pdf, make sure you put all the source code files under same folder as the ppt or pdf file. More C questions and answers practice available at C programming hands-on tutorials. happy coding!
C Lecture note materials
No
Topic
Description
ppt only
pdf only
code examples only (zip)
ppt+code examples (zip)
pdf+code examples (zip)
swf (online & offline)
MP4 (online & offline)
1
Using Visual C++ & Pelles C
Using Visual C++ & Pelles C to build (compile & link) C program
C
functions provide independent sub-routines/procedures in executing isolated
and specific tasks - provides structured programs. Also special relationship
among functions, arrays and pointers
Other
derived/aggregate C data type & alias. struct provides a structure of types, typedef creates aliases, union similar to
struct except the storage allocation and enum provides enumeration of types.