Subject Details
Dept     : AGRI
Sem      : 2
Regul    : R2023
Faculty : Vinodhini B
phone  : NIL
E-mail  : vinodhni.b.cse@snsct.org
108
Page views
26
Files
0
Videos
0
R.Links

Icon
Lecture Notes

UNIT 1:
word
download   open file
Basic blocks of computers
word
download   open file
Algorithm, Pseudo code
word
download   open file
Structure of C program
word
download   open file
Data types
word
download   open file
Variables
word
download   open file
Input and Output Statements
word
download   open file
Constants& Operators
UNIT 2:
word
download   open file
Introduction to Decision making Branching statements - If,
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
Function Types- Illustrative Programs
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
word
download   open file
One dimensional arrays
word
download   open file
Two dimensional Arrays
word
download   open file
Structures - Definition & Declaration
word
download   open file
Structures - Illustrative Programs
UNIT 4:
word
download   open file
Stack ADT – Definition
word
download   open file
Stack ADT – Operations
word
download   open file
Array implementation of Queue ADT
word
download   open file
Infix to Postfix Conversion-Examples
UNIT 5:
word
download   open file
Binary Tree
word
download   open file
Binary Search Tree ADT
word
download   open file
Insertion Operation