417
Page views
46
Files
0
Videos
0
R.Links

Icon
Lecture Notes

UNIT 1:
word
download   open file
Fundamentals
word
download   open file
COMPUTER HARDWARE
word
download   open file
COMPUTER SOFTWARE
word
download   open file
ALGORITHMS-BUILDING BLOCKS OF ALGORITHM
word
download   open file
NOTATION
word
download   open file
PROBLEM FORMULATION
word
download   open file
ALGORITHMIC PROBLEM SOLVING
word
download   open file
SIMPLE STRATEGIES FOR DEVELOPING ALGORITHM
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
Managing Input and Output operations
word
download   open file
Looping statements
word
download   open file
Illustrative programs.
UNIT 3:
word
download   open file
Function – Definition of function – User-defined Functions - Declaration of function
word
download   open file
Call by value
word
download   open file
Call by reference
word
download   open file
Recursion
word
download   open file
Pointer arithmetic
word
download   open file
Pointers and arrays
word
download   open file
Definition – Initialization
word
download   open file
Illustrative programs.
word
download   open file
Pointers
word
download   open file
Pointers and arrays
UNIT 4:
word
download   open file
STRING ARRAYS
word
download   open file
Arrays – Characteristics, Initialization
word
download   open file
Initialization and Declaration
word
download   open file
Searching
word
download   open file
1D and 2D arrays
word
download   open file
String - string operations
word
download   open file
Simple programs - sorting
word
download   open file
Matrix operations
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
Programs using structures and Unions
word
download   open file
Illustrative programs.