Subject Details
Dept     : SandH
Sem      : 1
Regul    : 2023
Faculty : Ramesh kalyan G
phone  : NIL
E-mail  : ramesh.g.cse@snsct.org
603
Page views
49
Files
5
Videos
0
R.Links

Icon
Lecture Notes

UNIT 1:
pdf
download    open file
Structure of C program
pdf
download    open file
Basic blocks of computers
pdf
download    open file
Flowchart
pdf
download    open file
Input and Output Statements
pdf
download    open file
Variables
pdf
download    open file
Algorithm, Pseudo code
pdf
download    open file
Data types
pdf
download    open file
Constants& Operators
UNIT 2:
pdf
download    open file
Decision making
pdf
download    open file
Branching statements – If, If-else, Nested If
pdf
download    open file
Looping statements – for, nested for
pdf
download    open file
Looping statements – while, do-while
pdf
download    open file
Functions - Definition of Function
pdf
download    open file
Functions - Definition of Function
pdf
download    open file
Call by value – Illustrative Programs
pdf
download    open file
Call by reference – Illustrative Programs
UNIT 3:
pdf
download    open file
Arrays
pdf
download    open file
One dimensional arrays
pdf
download    open file
Two dimensional Arrays
pdf
download    open file
Structures - Definition & Declaration
pdf
download    open file
Structures - Illustrative Programs
pdf
download    open file
Pointers - Definition & Declaration
pdf
download    open file
Introduction to Data structures
pdf
download    open file
Types of Data structures
pdf
download    open file
ADT-List ADT
UNIT 4:
pdf
download    open file
Stack ADT – Definition & Application
pdf
download    open file
Stack ADT – Implementation Program
pdf
download    open file
Queue ADT
pdf
download    open file
Array implementation of Queue ADT
pdf
download    open file
Array implementation of Stack ADT
pdf
download    open file
Infix to Postfix Conversion
pdf
download    open file
Infix to Postfix Conversion
pdf
download    open file
Postfix expression evaluation – Rules and Application
pdf
download    open file
Postfix expression evaluation - Problems
pdf
download    open file
Postfix expression evaluation - Problems
UNIT 5:
pdf
download    open file
Trees
pdf
download    open file
Binary Tree
pdf
download    open file
Binary Search Tree
pdf
download    open file
Insertion Operation
pdf
download    open file
Deletion Operation
pdf
download    open file
Tree Traversal – Rules & Concepts
pdf
download    open file
Tree Traversal – Problem & Implementation