Subject Details
Dept     : ECE
Sem      : 1
Regul    : 2019
Faculty : Vijayalakshmi
phone  : NIL
E-mail  : vlakshmi.n.cse@snsct.org
1.355K
Page views
30
Files
7
Videos
2
R.Links

Icon
Lecture Notes

UNIT 1:
word
download   open file
Basic blocks of computers
word
download   open file
Algorithm, Pseudo code,Flowchart
word
download   open file
Structure of C program
word
download   open file
Data types
word
download   open file
Constants& Operators
word
download   open file
Input and Output Statements
UNIT 2:
word
download   open file
Decision making
word
download   open file
Branching statements – If, If-else, Nested If
word
download   open file
Branching statements – If, If-else, Nested If
word
download   open file
Branching statements - Switch
word
download   open file
Looping statements – for, nested for
word
download   open file
Functions - Definition of Function
word
download   open file
User-Defined Functions – Function Declaration
word
download   open file
Call by value – Illustrative Programs
word
download   open file
Call by reference – Illustrative Programs
UNIT 3:
word
download   open file
Arrays- one dimensional arrays
word
download   open file
Two dimensional arrays
word
download   open file
Structures
word
download   open file
Pointers- Introduction
UNIT 4:
word
download   open file
Array implementation of Stack ADT
word
download   open file
Array implementation of Queue ADT
word
download   open file
evaluation of infix and postfix expression
word
download   open file
Infix to postfix and evaluation of postfix
word
download   open file
infix to postfix examples
UNIT 5:
word
download   open file
Introduction to trees
word
download   open file
binary tree
word
download   open file
Binary tree traversal
word
download   open file
Binary search tree Introduction
word
download   open file
Binary search tree Insertion
word
download   open file
Binary search tree Deletion