Subject Details
Dept     : MECH
Sem      : 2
Regul    : 2023
Faculty : Ms P Thilagarani
phone  : 123456789
E-mail  : thilagarani.p.it@snsct.org
30
Page views
6
Files
2
Videos
2
R.Links

Icon
Lecture Notes

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