The C programming language is a structure-oriented programming language,
developed at Bell Laboratories in 1972 by Dennis Ritchie. The contents in this lecture note
include : A Beginner’s Guide Introduction to Programming, Introduction to C, structure of C programming,
Elements of C, Variables, Statements, Expressions, Input-Output in C, Formatted
Input-Output, Operators, Control Statements, Iterative statements, Jump statements, Function, Actual
arguments and Formal arguments, Recursion, Recursion verses Iteration, Storage classes, Arrays,
Two Dimensional Arrays, Array using Functions, Strings, Common Functions in String, Structure in C
Union, Nested Structure, Union, Pointers, Pointers and Arrays, Pointer Arithmetic, Pointers and
Function, Dynamic Memory Allocation, Pointer to Structure, File, Algorithm and Data Structure,
Analysis of Algorithms, Storage structure of Arrays, Sparse Matrices, Stack, Queue.
Author(s): Prof. Dr. Amiya Kumar
Rath, Asst. Prof Sumitra Kisan, Asst. Prof Gargi Bhattacharjee
This note
assumes a basic understanding of the principles of programming. Topics
covered includes: Writing, compiling, and debugging C programs, Hello
world,Variables and datatypes, operators, Control flow, Functions and
modular programming, User-defined datatypes, structs, unions, bitfields,
Memory allocation. Linked lists, binary trees, Pointers to pointers, oid and
function pointers, Hash tables.
This lecture note covers data types,input or output operations,
arithmetic operations, decision-making statements, loop structures,
functions, storage classes, arrays, pointers, string manipulation, dynamic
memory management, and the use of structures and unions for creating custom
data types.
This page covers the following topics
related to C Programming : Introduction, Installation, Basics, An Interactive
Prompt, Languages, Parsing, Evaluation, Error Handling, S-Expressions,
Q-Expressions, Variables, Functions, Conditionals, Strings, Standard Library,
Bonus Projects.
This PDF book covers the following topics related to C programming
Language : A Tutorial Introduction, Types, Operators and Expressions, Control
Flow, Functions and Program, Pointers and Arrays, Structures, Input and Output ,
The UNIX System Interface.
The C programming language is a structure-oriented programming language,
developed at Bell Laboratories in 1972 by Dennis Ritchie. The contents in this lecture note
include : A Beginner’s Guide Introduction to Programming, Introduction to C, structure of C programming,
Elements of C, Variables, Statements, Expressions, Input-Output in C, Formatted
Input-Output, Operators, Control Statements, Iterative statements, Jump statements, Function, Actual
arguments and Formal arguments, Recursion, Recursion verses Iteration, Storage classes, Arrays,
Two Dimensional Arrays, Array using Functions, Strings, Common Functions in String, Structure in C
Union, Nested Structure, Union, Pointers, Pointers and Arrays, Pointer Arithmetic, Pointers and
Function, Dynamic Memory Allocation, Pointer to Structure, File, Algorithm and Data Structure,
Analysis of Algorithms, Storage structure of Arrays, Sparse Matrices, Stack, Queue.
Author(s): Prof. Dr. Amiya Kumar
Rath, Asst. Prof Sumitra Kisan, Asst. Prof Gargi Bhattacharjee
This note explains
the following topics: digital computers, introduction to programming
variables, assignments, expressions, input/output, conditionals and
branching, iteration, functions, recursion, arrays, Pointers, character
strings, time and space requirements, searching and sorting, structures,
introduction to data-procedure encapsulation, dynamic allocation, linked
structures, Data structures stacks and queues.