499
Page views
50
Files
0
Videos
1
R.Links

Icon
Lecture Notes

UNIT 1:
word
download   open file
Fundamentals
word
download   open file
ALGORITHMS-BUILDING BLOCKS OF ALGORITHM
word
download   open file
COMPUTER HARDWARE
word
download   open file
COMPUTER SOFTWARE
word
download   open file
NOTATION
word
download   open file
PROBLEM FORMULATION
word
download   open file
SIMPLE STRATEGIES FOR DEVELOPING ALGORITHM
word
download   open file
ALGORITHMIC PROBLEM SOLVING
word
download   open file
ILLUSTRATIVE PROGRAMS
UNIT 2:
word
download   open file
INTRODUCTION TO C AND STRUCTURE OF A C PROGRAM
word
download   open file
COMPILATION AND LINKING PROCESS OF A C PROGRAM
word
download   open file
CONSTANTS, VARIABLES, KEYWORDS, IDENTIFIERS, DELIMITERS
word
download   open file
DECLARING & INITIALIZING VARIABLES
word
download   open file
OPERATORS AND EXPRESSIONS
word
download   open file
MANAGING INPUT AND OUTPUT OPERATIONS
word
download   open file
DECISION MAKING AND BRANCHING
word
download   open file
LOOPING STATEMENTS
word
download   open file
ILLUSTRATIVE PROGRAMS
UNIT 3:
word
download   open file
STRING OPERATIONS
word
download   open file
ONE DIMENSIONAL AND TWO DIMENSIONAL ARRAYS
word
download   open file
INITIALIZATION AND DECLARATION
word
download   open file
ARRAYS AND CHARACTERISTICS
word
download   open file
STRING ARRAYS
word
download   open file
SORTING - SIMPLE PROGRAMS
word
download   open file
SEARCHING
word
download   open file
MATRIX OPERATIONS ADDITION
word
download   open file
MATRIX OPERATIONS SUBTRACTION AND MULTIPLICATION
word
download   open file
ILLUSTRATIVE PROGRAMS
UNIT 4:
word
download   open file
Function – Definition of function – User-defined Functions - Declaration of function
word
download   open file
Call by reference
word
download   open file
Call by value
word
download   open file
Recursion
word
download   open file
Pointers
word
download   open file
Definition – Initialization
word
download   open file
Pointer arithmetic
word
download   open file
Pointers and arrays
word
download   open file
Illustrative programs.
UNIT 5:
word
download   open file
Defining Structures and Unions
word
download   open file
Structure declaration
word
download   open file
Need for Structure data type
word
download   open file
Structure within a structure
word
download   open file
Union
word
download   open file
Programs using structures and Unions
word
download   open file
Pre-processor directives
word
download   open file
Illustrative programs