This note explains the
following topics: Compiling, Structure and style, Variables, Error handling,
Simple Input and Output, Simple math, Procedures and functions, Preprocessor,
Libraries, File IO, Arrays, Pointers, Memory management, Strings, Complex types,
Networking in UNIX, Particularities of C, Language Overloading and Extensions,
Combining Languages, Computer Programming, C Reference Tables, POSIX Reference,
Licenses.
The contents include: Review of C and Aggregate Data Types, Building Larger
Programs, Functions,Bit Manipulation, Pointers, Binary I/O and Random Access, Designing Data Types,
Linked Lists,Software Tools, Library Functions, File Access.
Author(s): UMBC Training Centers, Columbia Gateway
This
note describes the following topics: Beginning With C, Input/output, Control Statements, Loops, Arrays and Strings,
Data Types, Functions, Pointers, Structures, File Manipulation.
This note explains the
following topics: Spacing and indentation, Input and output, Branching and
looping, Arrays, Variable Types, Operators, Functions, Structures, Libraries,
Makefiles, Pointers, Dynamic Data Structures, Advanced Pointers, Strings,
Operator Precedence, Command Line Arguments, Text files, Binary Files.
This note explains the following topics: C Language
Fundamentals such as Character set, Identifiers, keyword, data types, Constants
and variables, statements, expression, operators, precedence of operators,
Input-output, control structures, decision making and branching, Arrays,
Functions and Strings, Pointers, Structures, Unions, File handling.
Author(s): Asst. Professor Mrs Etuari Oram and Asst.
Prof. Mr Bighnaraj Naik
This course is intended to help a good programmer particularly someone familiar with DEC Fortran, start programming in
C. Topics covered includes: Why is the language called C, Variables, Types and
Functions, Loop and Flow Control Constructs, Arrays, Pointers, Strings,
Structures and Unions, Typedef, Header Files, Macros and the ? operator,
Logical and Relational Operators, Bitwise Operators, Function Prototypes, File
IO Routines and Command Line Arguments, Obfuscation, Changing from VAX C or
K&R C to ANSI Compliant DEC C.